118. Class

118.1. Zend\Ldap\Node\Schema\AttributeType\ActiveDirectory

ZendLdapNodeSchemaAttributeTypeActiveDirectory provides access to the attribute type schema information on an Active Directory server.

118.1.1. Methods

118.1.1.1. getName

getName()

Gets the attribute name

Return type:string

118.1.1.2. getOid

getOid()

Gets the attribute OID

Return type:string

118.1.1.3. getSyntax

getSyntax()

Gets the attribute syntax

Return type:string

118.1.1.4. getMaxLength

getMaxLength()

Gets the attribute maximum length

Return type:int|null

118.1.1.5. isSingleValued

isSingleValued()

Returns if the attribute is single-valued.

Return type:bool

118.1.1.6. getDescription

getDescription()

Gets the attribute description

Return type:string