object Decorator& Translation2_Admin::getAdminDecorator (
string $decorator
, object [optional] 1
)
このメソッドを使用して、デコレータのインスタンスを取得します。 デコレータとは、フィルタのようなものです。 つまり、渡されたオブジェクトや変数の値を変更したり、 なんらかの処理を行ったりするものです。
$decorator
デコレータの名前。
$obj [optional]
デコレートするオブジェクト (デフォルトは $this です)。
Translation2_Admin_Decorator サブクラスのオブジェクトの参照を返します。
This function can not be called statically.