|
ILIAS
release_8 Revision v8.24
|
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 23 of file class.ilECSAuth.php.
| ilECSAuth::__construct | ( | ) |
Definition at line 32 of file class.ilECSAuth.php.
References $DIC.
| ilECSAuth::getPid | ( | ) |
Definition at line 44 of file class.ilECSAuth.php.
References $pid.
| ilECSAuth::getRealm | ( | ) |
| ilECSAuth::getUrl | ( | ) |
| ilECSAuth::jsonSerialize | ( | ) |
Definition at line 69 of file class.ilECSAuth.php.
References $realm.
| ilECSAuth::setPid | ( | int | $a_pid | ) |
Definition at line 39 of file class.ilECSAuth.php.
| ilECSAuth::setRealm | ( | string | $a_realm | ) |
Definition at line 59 of file class.ilECSAuth.php.
| ilECSAuth::setUrl | ( | string | $a_url | ) |
Definition at line 49 of file class.ilECSAuth.php.
|
protected |
Definition at line 25 of file class.ilECSAuth.php.
|
protected |
Definition at line 26 of file class.ilECSAuth.php.
|
private |
Definition at line 30 of file class.ilECSAuth.php.
Referenced by getPid().
|
private |
Definition at line 28 of file class.ilECSAuth.php.
Referenced by getRealm(), and jsonSerialize().
|
private |
Definition at line 29 of file class.ilECSAuth.php.
Referenced by getUrl().