Translation2::getRawPage()
Translation2::getRawPage() -- Get the array of strings in a page
概要
require_once 'Translation2.php'; |
array Translation2::getRawPage ([string $pageID = TRANSLATION2_DEFAULT_PAGEID [, string $langID = NULL]])
説明
Fetch the page (aka 'group of strings') from the container,
without applying any formatting and without replacing the parameters.
注意
この関数は、スタティックにコールする
ことはできません。