This class provides a base implementation for managing schema items like objectClass and attributeType.
Sets the data
| Parameters: | array – |
|---|---|
| Return type: | AbstractItem Provides a fluid interface |
Gets a specific attribute from this item
| Parameters: | string – |
|---|---|
| Return type: | mixed |
Checks whether a specific attribute exists.
| Parameters: | string – |
|---|---|
| Return type: | bool |
Always throws ZendLdapExceptionBadMethodCallException Implements ArrayAccess.
This method is needed for a full implementation of ArrayAccess
| Parameters: |
|
|---|---|
| Throws ZendLdapExceptionBadMethodCallException: | |
Gets a specific attribute from this item
| Parameters: | string – |
|---|---|
| Return type: | mixed |
Always throws ZendLdapExceptionBadMethodCallException Implements ArrayAccess.
This method is needed for a full implementation of ArrayAccess
| Parameters: | string – |
|---|---|
| Throws ZendLdapExceptionBadMethodCallException: | |
Checks whether a specific attribute exists.
| Parameters: | string – |
|---|---|
| Return type: | bool |
Returns the number of attributes. Implements Countable
| Return type: | int |
|---|