1343. Class

1343.1. Zend\Ldap\Node\Schema\ObjectClass\OpenLdap

ZendLdapNodeSchemaObjectClassOpenLdap provides access to the objectClass schema information on an OpenLDAP server.

1343.1.1. Methods

1343.1.1.1. getName

getName()

Gets the objectClass name

Return type:string

1343.1.1.2. getOid

getOid()

Gets the objectClass OID

Return type:string

1343.1.1.3. getMustContain

getMustContain()

Gets the attributes that this objectClass must contain

Return type:array

1343.1.1.4. getMayContain

getMayContain()

Gets the attributes that this objectClass may contain

Return type:array

1343.1.1.5. resolveInheritance

resolveInheritance()

Resolves the inheritance tree

Return type:void

1343.1.1.6. getDescription

getDescription()

Gets the objectClass description

Return type:string

1343.1.1.7. getType

getType()

Gets the objectClass type

Return type:integer

1343.1.1.8. getParentClasses

getParentClasses()

Returns the parent objectClasses of this class. This includes structural, abstract and auxiliary objectClasses

Return type:array

1343.1.1.9. getParents

getParents()

Returns the parent object classes in the inheritance tree if one exists

Return type:array of OpenLdap