Componere\Patch::__construct

Patch Construction

説明

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

パラメータ

instance

The target for this Patch

interfaces

A case insensitive array of class names

Exceptions

警告

Shall throw RuntimeException if a class in interfaces cannot be found

警告

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