Componere\Abstract\Definition::addMethod
PHP Manual
PHP Manual»Componere\Abstract\Definition»Componere\Abstract\Definition::addMethod

Componere\Abstract\Definition::addMethod

(Componere 2 >= 2.1.0)

Componere\Abstract\Definition::addMethodAdd Method

Опис

public function 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