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. | |
![]() | |
__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 | |
![]() | |
$_data | |
getDescription | ( | ) |
Gets the objectClass description.
Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.
getMayContain | ( | ) |
Gets the attributes that this objectClass may contain.
Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.
getMustContain | ( | ) |
Gets the attributes that this objectClass must contain.
Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.
getName | ( | ) |
getOid | ( | ) |
getParentClasses | ( | ) |
Returns the parent objectClasses of this class.
This includes structural, abstract and auxiliary objectClasses
Implements Zend_Ldap_Node_Schema_ObjectClass_Interface.
getType | ( | ) |