|
ILIAS
Release_3_10_x_branch Revision 61812
|
Custom PEAR Auth Container for ECS auth checks. More...
Inheritance diagram for ilAuthContainerECS:
Collaboration diagram for ilAuthContainerECS:Public Member Functions | |
| __construct ($a_params) | |
| Constructor. | |
| getAbreviation () | |
| get abbreviation | |
| getMID () | |
| get mid | |
| fetchData ($a_username, $a_pass) | |
| fetch data | |
Protected Attributes | |
| $mid = null | |
| $abreviation = null | |
Private Member Functions | |
| initECSServices () | |
| Init ECS Services private. | |
Custom PEAR Auth Container for ECS auth checks.
Definition at line 34 of file class.ilAuthContainerECS.php.
| ilAuthContainerECS::__construct | ( | $a_params | ) |
Constructor.
public
Definition at line 46 of file class.ilAuthContainerECS.php.
References initECSServices().
Here is the call graph for this function:| ilAuthContainerECS::fetchData | ( | $a_username, | |
| $a_pass | |||
| ) |
fetch data
public
| string | username |
| string | pass |
Definition at line 83 of file class.ilAuthContainerECS.php.
References $_GET, $ilLog, and $res.
| ilAuthContainerECS::getAbreviation | ( | ) |
get abbreviation
public
Definition at line 59 of file class.ilAuthContainerECS.php.
References $abreviation.
| ilAuthContainerECS::getMID | ( | ) |
|
private |
Init ECS Services private.
Definition at line 128 of file class.ilAuthContainerECS.php.
References ilECSSettings\_getInstance().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file class.ilAuthContainerECS.php.
Referenced by getAbreviation().
|
protected |
Definition at line 36 of file class.ilAuthContainerECS.php.
Referenced by getMID().