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]])

Description

Fetch the page (aka 'group of strings') from the container, without applying any formatting and without replacing the parameters.

Parameter

string $pageID

string $langID

Note

This function can not be called statically.