HumHub Documentation (unofficial)

AttributeTypeInterface

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
string

getMaxLength()

Gets the attribute maximum length

public getMaxLength() : int|null
Return values
int|null

isSingleValued()

Returns if the attribute is single-valued.

public isSingleValued() : bool
Return values
bool

        
On this page

Search results