Componere\Abstract\Definition::addMethod

(Componere 2 >= 2.1.0)

Componere\Abstract\Definition::addMethod β€” Add 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

οΌ‹add a note

User Contributed Notes

There are no user contributed notes for this page.