API Documentation

Ldap/Node/Schema/ActiveDirectory.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Ldap
subpackage
Schema
version
$Id: ActiveDirectory.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Ldap_Node_Schema_ActiveDirectory

Description

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_ActiveDirectory

Extends from
Zend_Ldap_Node_Schema
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Ldap
subpackage
Schema
Properties
$_attributeTypes
$_objectClasses
Methods
_parseSchema
getAttributeTypes
getObjectClasses

Description

Zend_Ldap_Node_Schema_ActiveDirectory provides a simple data-container for the Schema node of an Active Directory server.

Properties

$_attributeTypes

array $_attributeTypes = 'array'

The attribute Types

Details

$_attributeTypes
array
visibility
protected
default
array
final
false
static
false

$_objectClasses

array $_objectClasses = 'array'

The object classes

Details

$_objectClasses
array
visibility
protected
default
array
final
false
static
false

Methods

_parseSchema

_parseSchema( Zend_Ldap_Dn $dn, Zend_Ldap $ldap ) : Zend_Ldap_Node_Schema

Parses the schema

Arguments
$dn
Zend_Ldap_Dn
$ldap
Zend_Ldap
Output
Zend_Ldap_Node_Schema
Provides a fluid interface
Details
visibility
protected
final
false
static
false

getAttributeTypes

getAttributeTypes( ) : array

Gets the attribute Types

Output
array
Details
visibility
public
final
false
static
false

getObjectClasses

getObjectClasses( ) : array

Gets the object classes

Output
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.