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
方法名称不区分大小写
method
Componere\Method 之前未添加到另一个定义中
返回值
当前的定义
Exceptions
警告如果定义已注册,则应抛出 RuntimeException
警告如果方法被添加到另一个定义中,则应抛出 RuntimeException