SchemaItem
    
            
            in package
            
        
    
    
    
        
            Generic parent class for all schema items. A schema item is an ObjectClass, an AttributeBype, a MatchingRule, or a Syntax.
All schema items have at least two things in common: An OID and a description. This class provides an implementation for these two data.
Table of Contents
- $description : mixed
 - The description of this schema item.
 - $oid : mixed
 - The OID of this schema item.
 - __construct() : mixed
 - Default constructor.
 - getDescription() : mixed
 - getOID() : mixed
 - initVars() : mixed
 - Initialize class members to default values.
 - setDescription() : mixed
 - setOID() : mixed
 
Properties
$description
The description of this schema item.
    protected
        mixed
    $description
    
    
        
    
$oid
The OID of this schema item.
    protected
        mixed
    $oid
    
    
        
    
Methods
__construct()
Default constructor.
    public
                    __construct() : mixed
    
    
    
        Return values
mixed —getDescription()
    public
                    getDescription() : mixed
        
    
    
        Return values
mixed —getOID()
    public
                    getOID() : mixed
        
    
    
        Return values
mixed —initVars()
Initialize class members to default values.
    public
                    initVars() : mixed
    
    
    
        Return values
mixed —setDescription()
    public
                    setDescription(mixed $new_desc) : mixed
        
        Parameters
- $new_desc : mixed
 
Return values
mixed —setOID()
    public
                    setOID(mixed $new_oid) : mixed
        
        Parameters
- $new_oid : mixed