You are here

class ldap_attribute_object in Lightweight Directory Access Protocol (LDAP) 6

LDAP attribute_object Class

This class provides additional functions, variables, and consideration for objectclass attributes.

Hierarchy

Expanded class hierarchy of ldap_attribute_object

File

includes/ldap.attribute.objectclass.inc, line 14
Defines the attribute_object class and related functions.

View source
class ldap_attribute_object extends ldap_attribute {

}

Members

Namesort descending Modifiers Type Description Overrides
ldap_attribute::$entry protected property
ldap_attribute::$internal protected property
ldap_attribute::$max_value_count protected property
ldap_attribute::$min_value_count protected property
ldap_attribute::$modified protected property
ldap_attribute::$name private property
ldap_attribute::$readonly protected property
ldap_attribute::$value private property
ldap_attribute::$visable protected property
ldap_attribute::add function Add Method
ldap_attribute::delete function Delete Method
ldap_attribute::error_handler function Error Handling Method
ldap_attribute::modify function Modify Method
ldap_attribute::__construct function Constructor Method
ldap_attribute::__destruct function Destructor Method
ldap_attribute::__invoke function Invoke Method