PHP 8.4.0 RC4 available for testing

Componere\Abstract\Definition::addMethod

(Componere 2 >= 2.1.0)

Componere\Abstract\Definition::addMethodAdd Method

说明

public Componere\Abstract\Definition::addMethod(string $name, Componere\Method $method): Definition

Shall create or override a method on the current definition.

参数

name

The case insensitive name for method

method

Componere\Method not previously added to another Definition

返回值

The current Definition

Exceptions

警告

Shall throw RuntimeException if Definition was registered

警告

Shall throw RuntimeException if Method was added to another Definition

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top