PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Translation2_Decorator クラス概要 | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Translation2_Decorator クラス概要

Translation2_Decorator クラス概要 – Translation2 クラスをデコレートする

Translation2 クラスをデコレートする

このクラスのサブクラスを作成し、「デコレーション」を行います。 基底クラスは、これらのメソッドへのプロキシとして動作します。

  • get()

  • getDecorator()

  • getLang()

  • getLangs()

  • getPage()

  • getRaw()

  • getRawPage()

  • getStringID()

  • replaceEmptyStringsWithKeys()

  • setCharset()

  • setContainerOptions() [protected]

  • setLang()

  • setOption()

  • setOptions() [protected]

  • setPageID()

  • setParams()

  • translate()

これらのメソッドのいずれかを "デコレート" したい場合は、デコレータ内でそれをオーバーライドする必要があります。

Translation2_Decorator のクラス階層

  • Translation2_Decorator

Translation2_Decorator を継承するクラス
クラス 概要
Translation2_Decorator_CacheLiteFunction Cache_Lite_Function クラスを用いて、取得したデータをキャッシュするデコレータ。
Translation2_Decorator_CacheMemory 取得したデータをメモリにキャッシュするデコレータ。
Translation2_Decorator_DefaultText 空の文字列に対する代替テキストを提供するデコレータ。
Translation2_Decorator_ErrorText 空の文字列に対するエラーメッセージを提供するデコレータ。
Translation2_Decorator_Iconv 異なるエンコーディングへの切り替えを行うデコレータ。
Translation2_Decorator_Lang 空の文字列に対する代替言語を提供するデコレータ。
Translation2_Decorator_SpecialChars 特殊文字を、対応する html エンティティに変換するデコレータ。
Translation2_Decorator_UTF8 UTF-8 文字列を ISO-8859-1 に変換するデコレータ。

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「Translation2_Decorator クラス概要」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Translation2_Decorator クラス概要」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: