Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory

Zend_Ldap_Node_Schema_Item
|
Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory
Zend_Ldap
|-Zend_Ldap_Schema
|- class Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory extends Zend_Ldap_Node_Schema_Item implements Zend_Ldap_Node_Schema_AttributeType_Interface
Zend_Ldap_Node_Schema_AttributeType_ActiveDirectory provides access to the attribute type
schema information on an Active Directory server.
CategoryZend
PackageZend_Ldap
SubpackageSchema
CopyrightCopyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Summary

Instance methods
+ getDescription() Gets the attribute description
+ getMaxLength() Gets the attribute maximum length
+ getName() Gets the attribute name
+ getOid() Gets the attribute OID
+ getSyntax() Gets the attribute syntax
+ isSingleValued() Returns if the attribute is single-valued

Details

Instance methods

getDescription()
public function getDescription( )
Gets the attribute description
Returns string
getMaxLength()
public function getMaxLength( )
Gets the attribute maximum length
Returns int|null
getName()
public function getName( )
Gets the attribute name
Returns string
getOid()
public function getOid( )
Gets the attribute OID
Returns string
getSyntax()
public function getSyntax( )
Gets the attribute syntax
Returns string
isSingleValued()
public function isSingleValued( )
Returns if the attribute is single-valued.
Returns boolean