INSTALL
Todo List
Xavier Bruyet
Represent a tree node
Entry __construct( $dn)
Overridden in child classes as:
void accept( $visitor)
The visitor must implement these methods :
void addChild( $dn)
void close( )
void delChild( $dn)
void delProperty( $name)
void getAttribute( $name)
void getAttributes( )
void getChildren( )
or an array of the dn of the children
void getChildrenNumber( )
void getDn( )
void getIcon( $ldapserver)
returns the result of get_icon() function
void getProperty( $name)
void getRdn( )
void getRdnAttributeName( )
void hasProperty( $name)
void isLeaf( )
void isOpened( )
void isReadOnly( )
void isSizeLimited( )
void open( )
void readChildren( [ $nolimit = false])
void rename( $newDn)
void setLeaf( $is_leaf)
void setProperty( $name, $value)
void setReadOnly( )
void setReadWrite( )
void setTree( $tree)