|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilECSAuth:
Collaboration diagram for ilECSAuth:Public Member Functions | |
| __construct () | |
| setPid (int $a_pid) | |
| getPid () | |
| setUrl (string $a_url) | |
| getUrl () | |
| setRealm (string $a_realm) | |
| getRealm () | |
| jsonSerialize () | |
Protected Attributes | |
| ilLogger | $log |
| array | $mids = array() |
Private Attributes | |
| string | $realm = '' |
| string | $url = '' |
| int | $pid = null |
Definition at line 24 of file class.ilECSAuth.php.
| ilECSAuth::__construct | ( | ) |
Definition at line 33 of file class.ilECSAuth.php.
References $DIC.
| ilECSAuth::getPid | ( | ) |
Definition at line 45 of file class.ilECSAuth.php.
References $pid.
| ilECSAuth::getRealm | ( | ) |
| ilECSAuth::getUrl | ( | ) |
| ilECSAuth::jsonSerialize | ( | ) |
Definition at line 70 of file class.ilECSAuth.php.
References $realm.
| ilECSAuth::setPid | ( | int | $a_pid | ) |
Definition at line 40 of file class.ilECSAuth.php.
| ilECSAuth::setRealm | ( | string | $a_realm | ) |
Definition at line 60 of file class.ilECSAuth.php.
| ilECSAuth::setUrl | ( | string | $a_url | ) |
Definition at line 50 of file class.ilECSAuth.php.
|
protected |
Definition at line 26 of file class.ilECSAuth.php.
|
protected |
Definition at line 27 of file class.ilECSAuth.php.
|
private |
Definition at line 31 of file class.ilECSAuth.php.
Referenced by getPid().
|
private |
Definition at line 29 of file class.ilECSAuth.php.
Referenced by getRealm(), and jsonSerialize().
|
private |
Definition at line 30 of file class.ilECSAuth.php.
Referenced by getUrl().