ldapdisplayname[0]; } /** * Gets the attribute OID * * @return string */ public function getOid() { } /** * Gets the attribute syntax * * @return string */ public function getSyntax() { } /** * Gets the attribute maximum length * * @return int|null */ public function getMaxLength() { } /** * Returns if the attribute is single-valued. * * @return boolean */ public function isSingleValued() { } /** * Gets the attribute description * * @return string */ public function getDescription() { } }