| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Translation2::getDecoratorTranslation2::getDecorator() – デコレータのインスタンスを返す
Synopsis
require_once 'Translation2.php';
Descriptionデコレータのインスタンスを取得するために使用します。 デコレータとはいわゆるフィルタのようなもので、 渡されたオブジェクトや変数の値を変更したり何らかの処理を加えたりします。 Parameter
Return valueTranslation2_Decorator のサブクラスのオブジェクトへの参照を返します。 NoteThis function can not be called statically. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Translation2::getDecorator」をGoogle検索
|