AttributeTypeInterface
in
This class provides a contract for schema attribute-types.
Table of Contents
Methods
- getDescription() : string
- Gets the attribute description
- getMaxLength() : int|null
- Gets the attribute maximum length
- getName() : string
- Gets the attribute name
- getOid() : string
- Gets the attribute OID
- getSyntax() : string
- Gets the attribute syntax
- isSingleValued() : bool
- Returns if the attribute is single-valued.
Methods
getDescription()
Gets the attribute description
public
getDescription() : string
Return values
stringgetMaxLength()
Gets the attribute maximum length
public
getMaxLength() : int|null
Return values
int|nullgetName()
Gets the attribute name
public
getName() : string
Return values
stringgetOid()
Gets the attribute OID
public
getOid() : string
Return values
stringgetSyntax()
Gets the attribute syntax
public
getSyntax() : string
Return values
stringisSingleValued()
Returns if the attribute is single-valued.
public
isSingleValued() : bool