| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilECSAuth:
 Collaboration diagram for ilECSAuth:| Public Member Functions | |
| __construct ($a_eid, $a_mid) | |
| constuctor | |
| getHash () | |
| get hash | |
| setSOV ($a_sov) | |
| set SOV | |
| setEOV ($a_eov) | |
| set EOV | |
| setAbbreviation ($a_abr) | |
| set abbreviation | |
| Data Fields | |
| $hash | |
| $mid | |
| $eid | |
| Protected Member Functions | |
| init () | |
| init | |
| Protected Attributes | |
| $log | |
| $mids = array() | |
Definition at line 33 of file class.ilECSAuth.php.
| ilECSAuth::__construct | ( | $a_eid, | |
| $a_mid | |||
| ) | 
| ilECSAuth::getHash | ( | ) | 
| 
 | protected | 
init
protected
Definition at line 120 of file class.ilECSAuth.php.
References $reader, and ilECSCommunityReader\_getInstance().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilECSAuth::setAbbreviation | ( | $a_abr | ) | 
set abbreviation
public
Definition at line 110 of file class.ilECSAuth.php.
| ilECSAuth::setEOV | ( | $a_eov | ) | 
set EOV
public
| int | eov of verification | 
Definition at line 95 of file class.ilECSAuth.php.
| ilECSAuth::setSOV | ( | $a_sov | ) | 
set SOV
public
| int | start of verification | 
Definition at line 79 of file class.ilECSAuth.php.
| ilECSAuth::$eid | 
Definition at line 41 of file class.ilECSAuth.php.
| ilECSAuth::$hash | 
Definition at line 39 of file class.ilECSAuth.php.
Referenced by getHash().
| 
 | protected | 
Definition at line 35 of file class.ilECSAuth.php.
| ilECSAuth::$mid | 
Definition at line 40 of file class.ilECSAuth.php.
| 
 | protected | 
Definition at line 36 of file class.ilECSAuth.php.