array getPage(
[string
$pageID = TRANSLATION2_DEFAULT_PAGEID], [string
$langID = null], [
$defaultText = null])
|
|
Same as getRawPage, but resort to fallback language and replace parameters when needed
Overrides
Translation2_Decorator::getPage() (Same as getRawPage, but resort to fallback language and replace parameters when needed)
Parameters:
array getRawPage(
[string
$pageID = TRANSLATION2_DEFAULT_PAGEID], [string
$langID = null])
|
|
Get the array of strings in a page
First check if the strings are cached, if not => fetch the page from the container and cache it for later use.
Overrides
Translation2_Decorator::getRawPage() (Get the array of strings in a page)
Parameters: