[PHPLayersMenu] element index

Package indexes

All elements
g h l m n p r s t u _
_
top
_getmicrotime
LayersMenuCommon::_getmicrotime() in layersmenu-common.inc.php
g
top
getFooter
LayersMenu::getFooter() in layersmenu.inc.php
Method that returns the code of the footer
getHeader
LayersMenu::getHeader() in layersmenu.inc.php
Method that returns the code of the header
getHorizontalPlainMenu
Method that returns the code of the requested Horizontal Plain Menu
getMenu
LayersMenu::getMenu() in layersmenu.inc.php
Method that returns the code of the requested _firstLevelMenu
getMenuStructure
ProcessLayersMenu::getMenuStructure() in layersmenu-process.inc.php
Method to output a menu structure corresponding to items of a menu
getPHPTreeMenu
PHPTreeMenu::getPHPTreeMenu() in phptreemenu.inc.php
Method that returns the code of the requested PHP Tree Menu
getPlainMenu
PlainMenu::getPlainMenu() in plainmenu.inc.php
Method that returns the code of the requested Plain Menu
getSQLDump
ProcessLayersMenu::getSQLDump() in layersmenu-process.inc.php
Method to output a DB SQL dump corresponding to items of a menu
getTreeMenu
TreeMenu::getTreeMenu() in treemenu.inc.php
Method that returns the code of the requested Tree Menu
h
top
$horizontalPlainMenuTpl
The template to be used for the Horizontal Plain Menu
l
top
LayersMenu
LayersMenu::LayersMenu() in layersmenu.inc.php
The constructor method; it initializates the menu system
LayersMenu
LayersMenu in layersmenu.inc.php
This is the LayersMenu class of the PHP Layers Menu library.
LayersMenuCommon
LayersMenuCommon::LayersMenuCommon() in layersmenu-common.inc.php
The constructor method; it initializates the menu system
LayersMenuCommon
LayersMenuCommon in layersmenu-common.inc.php
This is the "common" class of the PHP Layers Menu library.
layersmenu-common.inc.php
layersmenu-common.inc.php in layersmenu-common.inc.php
layersmenu-process.inc.php
layersmenu-process.inc.php in layersmenu-process.inc.php
layersmenu.inc.php
layersmenu.inc.php in layersmenu.inc.php
m
top
makeFooter
LayersMenu::makeFooter() in layersmenu.inc.php
Method to prepare the footer.
makeHeader
LayersMenu::makeHeader() in layersmenu.inc.php
Method to prepare the header.
n
top
newHorizontalMenu
LayersMenu::newHorizontalMenu() in layersmenu.inc.php
Method to preparare a horizontal menu.
newHorizontalPlainMenu
Method to prepare a new Horizontal Plain Menu.
newPHPTreeMenu
PHPTreeMenu::newPHPTreeMenu() in phptreemenu.inc.php
Method to prepare a new PHP Tree Menu.
newPlainMenu
PlainMenu::newPlainMenu() in plainmenu.inc.php
Method to prepare a new Plain Menu.
newTreeMenu
TreeMenu::newTreeMenu() in treemenu.inc.php
Method to prepare a new Tree Menu.
newVerticalMenu
LayersMenu::newVerticalMenu() in layersmenu.inc.php
Method to preparare a vertical menu.
p
top
$plainMenuTpl
PlainMenu::$plainMenuTpl in plainmenu.inc.php
The template to be used for the Plain Menu
parseCommon
LayersMenu::parseCommon() in layersmenu.inc.php
A method providing parsing needed both for horizontal and vertical menus; it can be useful also with the ProcessLayersMenu extended class
parseStructureForMenu
LayersMenuCommon::parseStructureForMenu() in layersmenu-common.inc.php
The method to parse the current menu structure and correspondingly update related variables
PHPTreeMenu
PHPTreeMenu::PHPTreeMenu() in phptreemenu.inc.php
The constructor method; it initializates some variables
PHPTreeMenu
PHPTreeMenu in phptreemenu.inc.php
This is the PHPTreeMenu class of the PHP Layers Menu library.
PlainMenu
PlainMenu::PlainMenu() in plainmenu.inc.php
The constructor method; it initializates some variables
PlainMenu
PlainMenu in plainmenu.inc.php
This is the PlainMenu class of the PHP Layers Menu library.
printFooter
LayersMenu::printFooter() in layersmenu.inc.php
Method that prints the code of the footer
printHeader
LayersMenu::printHeader() in layersmenu.inc.php
Method that prints the code of the header
printHorizontalPlainMenu
Method that prints the code of the requested Horizontal Plain Menu
printMenu
LayersMenu::printMenu() in layersmenu.inc.php
Method that prints the code of the requested _firstLevelMenu
printPHPTreeMenu
PHPTreeMenu::printPHPTreeMenu() in phptreemenu.inc.php
Method that prints the code of the requested PHP Tree Menu
printPlainMenu
PlainMenu::printPlainMenu() in plainmenu.inc.php
Method that prints the code of the requested Plain Menu
printTreeMenu
TreeMenu::printTreeMenu() in treemenu.inc.php
Method that prints the code of the requested Tree Menu
ProcessLayersMenu
ProcessLayersMenu::ProcessLayersMenu() in layersmenu-process.inc.php
The constructor method
ProcessLayersMenu
ProcessLayersMenu in layersmenu-process.inc.php
This is an extension of the "common" class of the PHP Layers Menu library.
phptreemenu.inc.php
phptreemenu.inc.php in phptreemenu.inc.php
plainmenu.inc.php
plainmenu.inc.php in plainmenu.inc.php
r
top
replaceStringInUrls
LayersMenuCommon::replaceStringInUrls() in layersmenu-common.inc.php
A method to replace strings in all URLs (hrefs) of a menu
s
top
scanTableForMenu
LayersMenuCommon::scanTableForMenu() in layersmenu-common.inc.php
The method to parse the current menu table and correspondingly update related variables
setAbscissaStep
LayersMenu::setAbscissaStep() in layersmenu.inc.php
The method to set the value of abscissaStep
setDBConnParms
LayersMenuCommon::setDBConnParms() in layersmenu-common.inc.php
The method to set parameters for the DB connection
setDirroot
PHPTreeMenu::setDirroot() in phptreemenu.inc.php
The method to set the dirroot directory
setDirroot
PlainMenu::setDirroot() in plainmenu.inc.php
The method to set the dirroot directory
setDirroot
TreeMenu::setDirroot() in treemenu.inc.php
The method to set the dirroot directory
setDirroot
ProcessLayersMenu::setDirroot() in layersmenu-process.inc.php
The method to set the dirroot directory
setDirroot
LayersMenu::setDirroot() in layersmenu.inc.php
The method to set the dirroot directory
setDirrootCommon
LayersMenuCommon::setDirrootCommon() in layersmenu-common.inc.php
The method to set the dirroot directory
setDownArrowImg
LayersMenu::setDownArrowImg() in layersmenu.inc.php
The method to set an image to be used for the down arrow
setForwardArrowImg
LayersMenu::setForwardArrowImg() in layersmenu.inc.php
The method to set an image to be used for the forward arrow
setHorizontalMenuTpl
The method to set horizontalMenuTpl
setHorizontalPlainMenuTpl
The method to set horizontalPlainMenuTpl
setIcondir
LayersMenuCommon::setIcondir() in layersmenu-common.inc.php
The method to set the icondir directory
setIconsize
LayersMenuCommon::setIconsize() in layersmenu-common.inc.php
The method to set the iconsize array
setIconwww
LayersMenuCommon::setIconwww() in layersmenu-common.inc.php
The method to set iconwww
setImgdir
LayersMenuCommon::setImgdir() in layersmenu-common.inc.php
The method to set the imgdir directory
setImgwww
LayersMenuCommon::setImgwww() in layersmenu-common.inc.php
The method to set imgwww
setLibjsdir
LayersMenuCommon::setLibjsdir() in layersmenu-common.inc.php
The method to set the libjsdir directory
setLinksTargets
LayersMenuCommon::setLinksTargets() in layersmenu-common.inc.php
A method to set the same target for all links of a menu
setMenuLeftShift
LayersMenu::setMenuLeftShift() in layersmenu.inc.php
The method to set the value of menuLeftShift
setMenuRightShift
LayersMenu::setMenuRightShift() in layersmenu.inc.php
The method to set the value of menuRightShift
setMenuStructureFile
LayersMenuCommon::setMenuStructureFile() in layersmenu-common.inc.php
The method to read the menu structure from a file
setMenuStructureString
LayersMenuCommon::setMenuStructureString() in layersmenu-common.inc.php
The method to set the menu structure passing it through a string
setMenuTopShift
LayersMenu::setMenuTopShift() in layersmenu.inc.php
The method to set the value of menuTopShift
setPHPTreeMenuDefaultExpansion
The method to set the default value of the expansion string for the PHP Tree Menu
setPHPTreeMenuImagesType
The method to set the type of images used for the Tree Menu
setPHPTreeMenuSeparator
The method to set the value of separator for the Tree Menu query string
setPHPTreeMenuTheme
PHPTreeMenu::setPHPTreeMenuTheme() in phptreemenu.inc.php
The method to set the prefix for filenames of images of a theme
setPlainMenuTpl
PlainMenu::setPlainMenuTpl() in plainmenu.inc.php
The method to set plainMenuTpl
setPrependedUrl
LayersMenuCommon::setPrependedUrl() in layersmenu-common.inc.php
The method to set the prepended URL
setSelectedItemByCount
LayersMenuCommon::setSelectedItemByCount() in layersmenu-common.inc.php
A method to select the current item of $menu_name in terms of $cnt, i.e., very likely, in terms of its line number in the corresponding menu structure file (excluding from the count commented out lines, if any)
setSelectedItemById
LayersMenuCommon::setSelectedItemById() in layersmenu-common.inc.php
A method to select the current item of $menu_name in terms of the corresponding id (see the DB table structure); obviously, this method can be used only together with the DB support
setSelectedItemByUrl
LayersMenuCommon::setSelectedItemByUrl() in layersmenu-common.inc.php
A method to select the current item of $menu_name specifying a string that occurs in the current URL
setSelectedItemByUrlEregi
A method to select the current item of $menu_name specifying a regular expression that matches (a substring of) the current URL; just the same as the setSelectedItemByUrl() method, but using eregi() instead of strpos()
setSeparator
LayersMenuCommon::setSeparator() in layersmenu-common.inc.php
The method to set the value of separator
setSubMenuTpl
LayersMenu::setSubMenuTpl() in layersmenu.inc.php
The method to set subMenuTpl
setTableFields
LayersMenuCommon::setTableFields() in layersmenu-common.inc.php
The method to set names of fields of the table storing data describing the menu
setTableFields_i18n
LayersMenuCommon::setTableFields_i18n() in layersmenu-common.inc.php
The method to set names of fields of the i18n table corresponding to $tableName
setTableName
LayersMenuCommon::setTableName() in layersmenu-common.inc.php
The method to set the name of the table storing data describing the menu
setTableName_i18n
LayersMenuCommon::setTableName_i18n() in layersmenu-common.inc.php
The method to set the name of the i18n table corresponding to $tableName
setThresholdY
LayersMenu::setThresholdY() in layersmenu.inc.php
The method to set the value of thresholdY
setTpldir
PlainMenu::setTpldir() in plainmenu.inc.php
The method to set the tpldir directory
setTpldir
LayersMenu::setTpldir() in layersmenu.inc.php
The method to set the tpldir directory
setTpldirCommon
LayersMenuCommon::setTpldirCommon() in layersmenu-common.inc.php
The method to set the tpldir directory
setTransparentIcon
LayersMenu::setTransparentIcon() in layersmenu.inc.php
A method to set transparentIcon
setTreeMenuImagesType
The method to set the type of images used for the Tree Menu
setTreeMenuTheme
TreeMenu::setTreeMenuTheme() in treemenu.inc.php
The method to set the prefix for filenames of images of a theme
setVerticalMenuTpl
LayersMenu::setVerticalMenuTpl() in layersmenu.inc.php
The method to set verticalMenuTpl
t
top
treemenu.inc.php
treemenu.inc.php in treemenu.inc.php
TreeMenu
TreeMenu::TreeMenu() in treemenu.inc.php
The constructor method; it initializates the menu system
TreeMenu
TreeMenu in treemenu.inc.php
This is the TreeMenu class of the PHP Layers Menu library.
u
top
unsetIconsize
LayersMenuCommon::unsetIconsize() in layersmenu-common.inc.php
The method to unset the iconsize array
g h l m n p r s t u _