Backend navigaton class.
Renders the header navigation document containing the navigtion structure.
package | CONTENIDO Backend Classes |
---|
__construct() : void
Loads the XML language file using cXmlReader.
\cException |
if XML language files could not be loaded |
---|
_buildHeaderData() : void
_renderLanguageSelect() : string
string
buildHeader(int $lang)
int
The language to use for header doc creation
getName(string $location) : string
string
The location of navigation item caption. Feasible values are - "{xmlFilePath};{XPath}": Path to XML File and the XPath value separated by semicolon. This type is used to extract caption from a plugin XML file. - "{XPath}": XPath value to extract caption from CONTENIDO XML file
\cException |
if XML language files could not be loaded |
---|
string
The found caption_renderClientSelect() : string
string
rendered HTML$data : array
$debug : bool
deprecated | No longer needed. The debug mode gets chosen by the system settings. |
---|