Public Member Functions

ilObjLdap Class Reference

Inheritance diagram for ilObjLdap:
Collaboration diagram for ilObjLdap:

Public Member Functions

 ilObjLdap ($a_id, $a_call_by_reference=true)
 Constructor public.

Detailed Description

Definition at line 38 of file class.ilObjLdap.php.


Member Function Documentation

ilObjLdap::ilObjLdap ( a_id,
a_call_by_reference = true 
)

Constructor public.

Parameters:
integer reference_id or object_id
boolean treat the id as reference_id (true) or object_id (false)

Definition at line 46 of file class.ilObjLdap.php.

References ilObject::ilObject().

        {
                $this->type = "ldap";
                $this->ilObject($a_id,$a_call_by_reference);
        }

Here is the call graph for this function:


The documentation for this class was generated from the following file: