Componere\Patch::__construct

(Componere 2 >= 2.1.0)

Componere\Patch::__constructPatch Construction

Açıklama

publicComponere\Patch::__construct(object$instance)
publicComponere\Patch::__construct(object$instance, array$interfaces)

Bağımsız Değişkenler

instance

The target for this Patch

interfaces

A case insensitive array of class names

Exceptions

Uyarı

Shall throw RuntimeException if a class in interfaces cannot be found

Uyarı

Shall throw RuntimeException if an class in interfaces is not an interface

To Top