Translation2::getPage

Translation2::getPage() – 文字列グループの全体を取得する

Synopsis

require_once 'Translation2.php';

array Translation2::getPage ( string $pageID = TRANSLATION2_DEFAULT_PAGEID , string $langID = = null )

Description

getRawPage() と同じですが、代替言語を考慮し、必要に応じてパラメータの置換を行います。

注意: Translation2 用語では、 "ページ" とは、論理的な "文字列の集合" のことを表します。 "物理的な" (HTML などの) ページのことではありません。

Parameter

string $pageID

string $langID

Note

This function can not be called statically.