Zend Framework  1.12
Public Member Functions | List of all members
Zend_Ldap_Node_Schema_ObjectClass_Interface Interface 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.
 

Member Function Documentation

getDescription ( )

Gets the objectClass description.

Returns
string

Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.

getMayContain ( )

Gets the attributes that this objectClass may contain.

Returns
array

Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.

getMustContain ( )

Gets the attributes that this objectClass must contain.

Returns
array

Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.

getName ( )

Gets the objectClass name.

Returns
string

Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.

getOid ( )

Gets the objectClass OID.

Returns
string

Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.

getParentClasses ( )

Returns the parent objectClasses of this class.

This includes structural, abstract and auxiliary objectClasses

Returns
array

Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.

getType ( )

Gets the objectClass type.

Returns
integer

Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.