PHP8 Componere\Abstract\Definition::addMethod — 添加方法
(Componere 2 >= 2.1.0)
Componere\Abstract\Definition::addMethod — 添加方法
说明
public Componere\Abstract\Definition::addMethod(string $name, Componere\Method $method): Definition应在当前定义上创建或重写方法。
参数
name方法名称不区分大小写
methodComponere\Method 之前未添加到另一个定义中
返回值
当前的定义
Exceptions
警告如果定义已注册,则应抛出 RuntimeException
警告如果方法被添加到另一个定义中,则应抛出 RuntimeException