Zend Framework  1.12
Public Member Functions | List of all members
Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory Class Reference

Public Member Functions

 getName ()
 Gets the objectClass name.
 
 getOid ()
 Gets the objectClass OID.
 
 getMustContain ()
 Gets the attributes that this objectClass must contain.
 
 getMayContain ()
 Gets the attributes that this objectClass may contain.
 
 getDescription ()
 Gets the objectClass description.
 
 getType ()
 Gets the objectClass type.
 
 getParentClasses ()
 Returns the parent objectClasses of this class.
 
- Public Member Functions inherited from Zend_Ldap_Node_Schema_Item
 __construct (array $data)
 Constructor.
 
 setData (array $data)
 Sets the data.
 
 getData ()
 Gets the data.
 
 __get ($name)
 Gets a specific attribute from this item.
 
 __isset ($name)
 Checks whether a specific attribute exists.
 
 offsetSet ($name, $value)
 Always throws BadMethodCallException Implements ArrayAccess.
 
 offsetGet ($name)
 Gets a specific attribute from this item.
 
 offsetUnset ($name)
 Always throws BadMethodCallException Implements ArrayAccess.
 
 offsetExists ($name)
 Checks whether a specific attribute exists.
 
 count ()
 Returns the number of attributes.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Ldap_Node_Schema_Item
 $_data
 

Member Function Documentation

getDescription ( )

Gets the objectClass description.

Returns
string

Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.

getMayContain ( )

Gets the attributes that this objectClass may contain.

Returns
array

Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.

getMustContain ( )

Gets the attributes that this objectClass must contain.

Returns
array

Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.

getName ( )

Gets the objectClass name.

Returns
string

Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.

getOid ( )

Gets the objectClass OID.

Returns
string

Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.

getParentClasses ( )

Returns the parent objectClasses of this class.

This includes structural, abstract and auxiliary objectClasses

Returns
array

Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.

getType ( )

Gets the objectClass type.

Returns
integer

Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.