Contenido_Navigation()
_buildHeaderData()
_renderLanguageSelect()
buildHeader()
getName()
$data
$debug
Backend navigaton class. Renders the header navigation document containing the navigtion structure.
| category | Contenido |
|---|---|
| package | Backend |
| subpackage | Navigation |
_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
stringThe found caption$data : array
$debug : bool