125. Class

125.1. Zend\Ldap\Node\Schema\AttributeType\OpenLdap

ZendLdapNodeSchemaAttributeTypeOpenLdap provides access to the attribute type schema information on an OpenLDAP server.

125.1.1. Methods

125.1.1.1. getName

getName()

Gets the attribute name

Return type:string

125.1.1.2. getOid

getOid()

Gets the attribute OID

Return type:string

125.1.1.3. getSyntax

getSyntax()

Gets the attribute syntax

Return type:string

125.1.1.4. getMaxLength

getMaxLength()

Gets the attribute maximum length

Return type:int|null

125.1.1.5. isSingleValued

isSingleValued()

Returns if the attribute is single-valued.

Return type:bool

125.1.1.6. getDescription

getDescription()

Gets the attribute description

Return type:string

125.1.1.7. getParent

getParent()

Returns the parent attribute type in the inheritance tree if one exists

Return type:OpenLdap|null