Zend_Ldap_Node_Schema_ItemImplements interfaces:
Zend_Ldap_Node_Schema_Item provides a base implementation for managing schema items like objectClass and attribute.
Located in /Ldap/Node/Schema/Item.php (line 33)
| Class | Description |
|---|---|
Zend_Ldap_Node_Schema_ObjectClass_OpenLdap
|
Zend_Ldap_Node_Schema_ObjectClass_OpenLdap provides access to the objectClass schema information on an OpenLDAP server. |
Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory
|
Zend_Ldap_Node_Schema_ObjectClass_ActiveDirectory provides access to the objectClass schema information on an Active Directory server. |
Zend_Ldap_Node_Schema_AttributeType_OpenLdap
|
Zend_Ldap_Node_Schema_AttributeType_OpenLdap provides access to the attribute type schema information on an OpenLDAP server. |
Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory
|
Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory provides access to the attribute type schema information on an Active Directory server. |
Constructor __construct (line 47)
Constructor.
count (line 159)
Returns the number of attributes.
Implements Countable
getData (line 69)
Gets the data
offsetExists (line 148)
Checks whether a specific attribute exists.
offsetGet (line 122)
Gets a specific attribute from this item
offsetSet (line 111)
Always throws BadMethodCallException Implements ArrayAccess.
This method is needed for a full implementation of ArrayAccess
offsetUnset (line 137)
Always throws BadMethodCallException Implements ArrayAccess.
This method is needed for a full implementation of ArrayAccess
__get (line 80)
Gets a specific attribute from this item
__isset (line 95)
Checks whether a specific attribute exists.
Documentation generated on Mon, 21 Jun 2010 15:30:00 -0400 by phpDocumentor 1.4.3