Zend_Ldap_Node_Schema_AttributeType_Interface provides a contract for schema attribute-types.

category Zend
package Zend_Ldap
subpackage Schema
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Gets the attribute description

getDescription() : string

Returns

string

Gets the attribute maximum length

getMaxLength() : integer | null

Returns

integernull

Gets the attribute name

getName() : string

Returns

string

Gets the attribute OID

getOid() : string

Returns

string

Gets the attribute syntax

getSyntax() : string

Returns

string

Returns if the attribute is single-valued.

isSingleValued() : boolean

Returns

boolean