Zend Framework
1.12
|
Public Member Functions | |
getConfigContext () | |
Gets the configContext. | |
getMonitorContext () | |
Gets the monitorContext. | |
supportsControl ($oids) | |
Determines if the control is supported. | |
supportsExtension ($oids) | |
Determines if the extension is supported. | |
supportsFeature ($oids) | |
Determines if the feature is supported. | |
getServerType () | |
Gets the server type. | |
![]() | |
getNamingContexts () | |
Gets the namingContexts. | |
getSubschemaSubentry () | |
Gets the subschemaSubentry. | |
supportsVersion ($versions) | |
Determines if the version is supported. | |
supportsSaslMechanism ($mechlist) | |
Determines if the sasl mechanism is supported. | |
getServerType () | |
Gets the server type. | |
getSchemaDn () | |
Returns the schema DN. | |
![]() | |
reload (Zend_Ldap $ldap=null) | |
Reload node attributes from LDAP. | |
getDn () | |
Gets the DN of the current node as a Zend_Ldap_Dn. | |
getDnString ($caseFold=null) | |
Gets the DN of the current node as a string. | |
getDnArray ($caseFold=null) | |
Gets the DN of the current node as an array. | |
getRdnString ($caseFold=null) | |
Gets the RDN of the current node as a string. | |
getRdnArray ($caseFold=null) | |
Gets the RDN of the current node as an array. | |
getObjectClass () | |
Gets the objectClass of the node. | |
getAttributes ($includeSystemAttributes=true) | |
Gets all attributes of node. | |
toString () | |
Returns the DN of the current node. | |
__toString () | |
Cast to string representation {. | |
toArray ($includeSystemAttributes=true) | |
Returns an array representation of the current node. | |
toJson ($includeSystemAttributes=true) | |
Returns a JSON representation of the current node. | |
getData ($includeSystemAttributes=true) | |
Gets node attributes. | |
existsAttribute ($name, $emptyExists=false) | |
Checks whether a given attribute exists. | |
attributeHasValue ($attribName, $value) | |
Checks if the given value(s) exist in the attribute. | |
getAttribute ($name, $index=null) | |
Gets a LDAP attribute. | |
getDateTimeAttribute ($name, $index=null) | |
Gets a LDAP date/time attribute. | |
__set ($name, $value) | |
Sets a LDAP attribute. | |
__get ($name) | |
Gets a LDAP attribute. | |
__unset ($name) | |
Deletes a LDAP attribute. | |
__isset ($name) | |
Checks whether a given attribute exists. | |
offsetSet ($name, $value) | |
Sets a LDAP attribute. | |
offsetGet ($name) | |
Gets a LDAP attribute. | |
offsetUnset ($name) | |
Deletes a LDAP attribute. | |
offsetExists ($name) | |
Checks whether a given attribute exists. | |
count () | |
Returns the number of attributes in node. | |
Additional Inherited Members | |
![]() | |
static | create (Zend_Ldap $ldap) |
Factory method to create the RootDSE. | |
![]() | |
const | SERVER_TYPE_GENERIC = 1 |
const | SERVER_TYPE_OPENLDAP = 2 |
const | SERVER_TYPE_ACTIVEDIRECTORY = 3 |
const | SERVER_TYPE_EDIRECTORY = 4 |
![]() | |
__construct (Zend_Ldap_Dn $dn, array $data) | |
Constructor. | |
![]() | |
$_dn | |
$_currentData | |
![]() | |
static | $_systemAttributes |
getConfigContext | ( | ) |
Gets the configContext.
getMonitorContext | ( | ) |
Gets the monitorContext.
getServerType | ( | ) |
Gets the server type.
supportsControl | ( | $oids | ) |
Determines if the control is supported.
string | array | $oids | control oid(s) to check |
supportsExtension | ( | $oids | ) |
Determines if the extension is supported.
string | array | $oids | oid(s) to check |
supportsFeature | ( | $oids | ) |
Determines if the feature is supported.
string | array | $oids | feature oid(s) to check |