addEntry()
delEntry()
draw()
getBaseEntries()
getEntry()
getInstance()
readChildren()
renameEntry()
__construct()
getServer()
getServerID()
readChildrenNumber()
indexDN()
$entries
$server_id
Abstract class which represents the LDAP tree view ; the draw() method must be implemented by subclasses
| package | phpLDAPadmin |
|---|---|
| subpackage | Tree |
| see | \global\HTMLTree |
addEntry(\dn | string $dn)
\dnstringDN to add
delEntry(\dn $dn)
\dnDN to remote
draw()
getBaseEntries() : array
arrayBase DN entriesgetEntry(\dn $dn) : object
\dnDN to retrieve
objectTree DN objectgetInstance($server_id) : object
objectTreereadChildren(\dn $dn, boolean $nolimit)
\dnDN of the entry
booleanLDAP Size Limit
renameEntry(\dn $dnOLD, \dn $dnNEW)
\dnOld DN
\dnNew DN
__construct($server_id)
getServer() : object
objectServer Object for this treegetServerID() : int
intServer ID that this tree is forreadChildrenNumber(\dn $dn, boolean $nolimit)
Optionally autoread the child entry.
\dnDN of the entry
booleanLDAP Size Limit
indexDN(\dn $dn) : \dn
This result will be used as the index for the tree object. Any display of a DN should use the object->dn entry, not the index. The reason we need to do this is because: uid=User A,ou=People,c=AU and uid=User B, ou=PeOpLe, c=au are infact in the same branch, but PLA will show them inconsistently.
\dnDN to clean
\dnLowercase clean DN$entries
$server_id