Translation2::getRawPage
Translation2::getRawPage() – Get the array of strings in a page
Synopsis
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.
Parameter
-
string
$pageID
-
-
string
$langID
-
Замечание
This function can not be called statically.