Componere\Abstract\Definition::addMethod
PHP function
Edit on GitHub ✎
(Componere 2 >= 2.1.0)
Add Method
Description
Componere\Abstract\Definition::addMethod(string $name, Componere\Method $method): Definition
Shall create or override a method on the current definition.
Parameters
nameThe case insensitive name for method
methodComponere\Methodnot previously added to anotherDefinition
Return Values
The current Definition
Exceptions
Warning
Shall throw RuntimeException if Definition was registered
Warning
Shall throw RuntimeException if Method was added to another Definition