GoLang Componere\Abstract\Definition::addMethod

request it (291)
GoLang replacement for PHP's Componere\Abstract\Definition::addMethod [edit | history]



Do you know a GoLang replacement for PHP's Componere\Abstract\Definition::addMethod? Write it!

PHP Componere\Abstract\Definition::addMethod

PHP original manual for Componere\Abstract\Definition::addMethod [ show | php.net ]

Componere\Abstract\Definition::addMethod

(Componere 2 >= 2.1.0)

Componere\Abstract\Definition::addMethodAdd Method

Description

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

Shall create or override a method on the current definition.

Parameters

name

The case insensitive name for method

method

\Componere\Method not previously added to another Definition

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