CheckCustom()
__construct()
configDefinition()
getCommandList()
getFriendlyHTML()
getFriendlyName()
getServer()
getServerList()
getValue()
haveFriendlyName()
isCommandAvailable()
setServers()
untested()
getConfigArray()
getFriendlyAttrs()
$custom
$hooks
$default
$servers
The config class contains all our configuration settings for a session.
An instance of this class should be stored in $_SESSION to maintain state, and to avoid rebuilding/rereading it at the state of each page output.
package | phpLDAPadmin |
---|---|
subpackage | Tree |
CheckCustom()
__construct()
configDefinition($key, $index, $config)
getCommandList()
getFriendlyHTML($attr) : string
attribute
string
html for the friendly name.getFriendlyName($attr) : string
If the friendly name doesnt exist, the attribute name will be returned.
attribute
string
friendly name|attributegetServer($index)
getServerList(boolean $visible)
boolean
getValue($key, $index, $fatal)
haveFriendlyName($attr) : boolean
If the friendly name doesnt exist, it will return false.
attribute
boolean
true|falseisCommandAvailable($index)
setServers($servers)
untested()
getConfigArray($usecache)
getFriendlyAttrs()
$custom
$hooks
$default
$servers