Componere\Patch::derive

(Componere 2 >= 2.1.1)

Componere\Patch::derivePatch Derivation

Açıklama

publicComponere\Patch::derive(object$instance): Patch

Shall derive a Patch for the given instance

Bağımsız Değişkenler

instance

The target for the derived Patch

Dönen Değerler

Patch for instance derived from the current Patch

Exceptions

Uyarı

Shall throw InvalidArgumentException if instance is not compatible

To Top