Zend Framework
1.12
|
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. | |
getDescription | ( | ) |
Gets the objectClass description.
Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.
getMayContain | ( | ) |
Gets the attributes that this objectClass may contain.
Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.
getMustContain | ( | ) |
Gets the attributes that this objectClass must contain.
Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.
getName | ( | ) |
Gets the objectClass name.
Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.
getOid | ( | ) |
Gets the objectClass OID.
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
Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.
getType | ( | ) |
Gets the objectClass type.
Implemented in Zend_Ldap_Node_Schema_ObjectClass_OpenLdap, and Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory.