API Documentation

Ldap/Node/RootDse/eDirectory.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
RootDSE
version
$Id: eDirectory.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Ldap_Node_RootDse_eDirectory

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_RootDse_eDirectory

Extends from
Zend_Ldap_Node_RootDse
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
RootDSE
Methods
supportsExtension
getVendorName
getVendorVersion
getDsaName
getStatisticsErrors
getStatisticsSecurityErrors
getStatisticsChainings
getStatisticsReferralsReturned
getStatisticsExtendedOps
getStatisticsAbandonOps
getStatisticsWholeSubtreeSearchOps
getServerType

Description

Zend_Ldap_Node_RootDse provides a simple data-container for the RootDSE node of a Novell eDirectory server.

Methods

getDsaName

getDsaName( ) : string|null

Gets the dsaName.

Output
string|null
Details
visibility
public
final
false
static
false

getServerType

getServerType( ) : int

Gets the server type

Output
int
Details
visibility
public
final
false
static
false

getStatisticsAbandonOps

getStatisticsAbandonOps( ) : string|null

Gets the server statistics "abandonOps".

Output
string|null
Details
visibility
public
final
false
static
false

getStatisticsChainings

getStatisticsChainings( ) : string|null

Gets the server statistics "chainings".

Output
string|null
Details
visibility
public
final
false
static
false

getStatisticsErrors

getStatisticsErrors( ) : string|null

Gets the server statistics "errors".

Output
string|null
Details
visibility
public
final
false
static
false

getStatisticsExtendedOps

getStatisticsExtendedOps( ) : string|null

Gets the server statistics "extendedOps".

Output
string|null
Details
visibility
public
final
false
static
false

getStatisticsReferralsReturned

getStatisticsReferralsReturned( ) : string|null

Gets the server statistics "referralsReturned".

Output
string|null
Details
visibility
public
final
false
static
false

getStatisticsSecurityErrors

getStatisticsSecurityErrors( ) : string|null

Gets the server statistics "securityErrors".

Output
string|null
Details
visibility
public
final
false
static
false

getStatisticsWholeSubtreeSearchOps

getStatisticsWholeSubtreeSearchOps( ) : string|null

Gets the server statistics "wholeSubtreeSearchOps".

Output
string|null
Details
visibility
public
final
false
static
false

getVendorName

getVendorName( ) : string|null

Gets the vendorName.

Output
string|null
Details
visibility
public
final
false
static
false

getVendorVersion

getVendorVersion( ) : string|null

Gets the vendorVersion.

Output
string|null
Details
visibility
public
final
false
static
false

supportsExtension

supportsExtension( string|array $oids ) : boolean

Determines if the extension is supported

Arguments
$oids
stringarray
oid(s) to check
Output
boolean
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.