INSTALL
Todo List
Xavier Bruyet
Represents an attribute of a entry
Attribute __construct( $name, $values)
Overridden in child classes as:
void accept( $visitor)
void addValue( $new_val, [ $i = -1])
void delProperty( $name)
void getDescription( )
void getEntry( )
void getFriendlyName( )
void getHint( )
void getIcon( )
void getMaxLength( )
void getMaxValueCount( )
void getMinValueCount( )
void getName( )
void getProperty( $name)
void getSize( )
void getValue( $i)
void getValueCount( )
void getValues( )
void hasBeenModified( )
void hasProperty( $name)
void hide( )
void isInternal( )
void isRdn( )
void isReadOnly( )
void isRequired( )
void isVisible( )
void justModified( )
void setDescription( $description)
void setEntry( $entry)
void setFriendlyName( $name)
void setHint( $hint)
void setIcon( $icon)
void setInternal( )
void setMaxLength( $maxlength)
void setMaxValueCount( $max)
void setMinValueCount( $min)
void setOptional( )
void setProperty( $name, $value)
void setReadOnly( )
void setRequired( )
void setSize( $size)
void show( )