ldapdisplayname[0]; } /** * Gets the objectClass OID * * @return string */ public function getOid() { } /** * Gets the attributes that this objectClass must contain * * @return array */ public function getMustContain() { } /** * Gets the attributes that this objectClass may contain * * @return array */ public function getMayContain() { } /** * Gets the objectClass description * * @return string */ public function getDescription() { } /** * Gets the objectClass type * * @return integer */ public function getType() { } /** * Returns the parent objectClasses of this class. * This includes structural, abstract and auxiliary objectClasses * * @return array */ public function getParentClasses() { } }