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.

Get translated string (as-is) (Previous) Get the stringID for a given string (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.