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

Descripción

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

Parámetro

string $pageID

string $langID

Nota

Esta función no puede ser llamada estáticamente.