ClassInterface Zend_Ldap_Node_Schema_ObjectClass_Interface

Description

Zend_Ldap_Node_Schema_ObjectClass_Interface provides a contract for schema objectClasses.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Ldap/Node/Schema/ObjectClass/Interface.php (line 32)


	
			
Method Summary
 string getDescription ()
 array getMayContain ()
 array getMustContain ()
 string getName ()
 string getOid ()
 array getParentClasses ()
 integer getType ()
Methods
getDescription (line 67)

Gets the objectClass description

  • access: public
string getDescription ()
getMayContain (line 60)

Gets the attributes that this objectClass may contain

  • access: public
array getMayContain ()
getMustContain (line 53)

Gets the attributes that this objectClass must contain

  • access: public
array getMustContain ()
getName (line 39)

Gets the objectClass name

  • access: public
string getName ()
getOid (line 46)

Gets the objectClass OID

  • access: public
string getOid ()
getParentClasses (line 82)

Returns the parent objectClasses of this class.

This includes structural, abstract and auxiliary objectClasses

  • access: public
array getParentClasses ()
getType (line 74)

Gets the objectClass type

  • access: public
integer getType ()

Documentation generated on Mon, 21 Jun 2010 15:29:43 -0400 by phpDocumentor 1.4.3