Componere\Patch::__construct

(Componere 2 >= 2.1.0)

Componere\Patch::__construct修补程序构造

描述

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

参数

instance

此修补程序的目标

interfaces

一个不区分大小写的类名数组

异常

警告

如果在 interfaces 中找不到类,将抛出 RuntimeException

警告

如果 interfaces 中的类不是接口,将抛出 RuntimeException

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top