Php/docs/componere-abstract-definition.addmethod

提供:Dev Guides
< Php
2020年12月14日 (月) 12:52時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

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