Ldap/Node/Schema/AttributeType/ActiveDirectory.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Ldap
- Subpackage
- Schema
- Version
- $Id: ActiveDirectory.php 24593 2012-01-05 20:35:02Z matthew $
\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.
- Implements
- \Zend_Ldap_Node_Schema_AttributeType_Interface
- Parent(s)
- \Zend_Ldap_Node_Schema_Item
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


__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 |


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
Name | Type | Description |
---|---|---|
$data | array |
Type | Description |
---|---|
\Zend_Ldap_Node_Schema_Item | Provides a fluid interface |