Translation2_Decorator::getRawPage()

Translation2_Decorator::getRawPage() -- Get the array of strings in a page

Synopsis

require_once 'Decorator.php';

array Translation2_Decorator::getRawPage ([string $pageID = TRANSLATION2_DEFAULT_PAGEID [, string $langID = NULL]])

Description

Fetch the strings from the container, without any replacing

Parameter

string $pageID

string $langID

Note

This function can not be called statically.