Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory provides access to the attribute type schema information on an Active Directory server.

__construct(
array $data
)
:
void
Constructor.
Inherited from: \Zend_Ldap_Node_Schema_Item::__construct()Name | Type | Description |
---|---|---|
$data | array |

__get(
string $name
)
:
mixed
Gets a specific attribute from this item
Inherited from: \Zend_Ldap_Node_Schema_Item::__get()Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
mixed |

__isset(
string $name
)
:
boolean
Checks whether a specific attribute exists.
Inherited from: \Zend_Ldap_Node_Schema_Item::__isset()Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
boolean |

count(
)
:
int
Returns the number of attributes.
Inherited from: \Zend_Ldap_Node_Schema_Item::count()Implements Countable
Type | Description |
---|---|
int |

getData(
)
:
array
Gets the data
Inherited from: \Zend_Ldap_Node_Schema_Item::getData()Type | Description |
---|---|
array |

isSingleValued(
)
:
boolean
Returns if the attribute is single-valued.
Type | Description |
---|---|
boolean |

offsetExists(
string $name
)
:
boolean
Checks whether a specific attribute exists.
Inherited from: \Zend_Ldap_Node_Schema_Item::offsetExists()Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
boolean |

offsetGet(
string $name
)
:
mixed
Gets a specific attribute from this item
Inherited from: \Zend_Ldap_Node_Schema_Item::offsetGet()Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
mixed |

offsetSet(
string $name, mixed $value
)
:
null
Always throws BadMethodCallException Implements ArrayAccess.
Inherited from: \Zend_Ldap_Node_Schema_Item::offsetSet()This method is needed for a full implementation of ArrayAccess
Name | Type | Description |
---|---|---|
$name | string | |
$value | mixed |
Type | Description |
---|---|
null |
Exception | Description |
---|---|
\BadMethodCallException |

offsetUnset(
string $name
)
:
null
Always throws BadMethodCallException Implements ArrayAccess.
Inherited from: \Zend_Ldap_Node_Schema_Item::offsetUnset()This method is needed for a full implementation of ArrayAccess
Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
null |
Exception | Description |
---|---|
\BadMethodCallException |

setData(
array $data
)
:
\Zend_Ldap_Node_Schema_Item
Sets the data
Inherited from: \Zend_Ldap_Node_Schema_Item::setData()Name | Type | Description |
---|---|---|
$data | array |
Type | Description |
---|---|
\Zend_Ldap_Node_Schema_Item | Provides a fluid interface |