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
stringbuildHeader(int $lang)
intThe language to use for header doc creation
getName(string $location) : string
stringThe 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 |
|---|
stringThe found caption_renderClientSelect() : string
stringrendered HTML$data : array
$debug : bool
| deprecated | No longer needed. The debug mode gets chosen by the system settings. |
|---|