| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilCronDeleteInactivatedUserAccounts:
 Collaboration diagram for ilCronDeleteInactivatedUserAccounts:| Public Member Functions | |
| __construct () | |
| run () | |
| Static Public Member Functions | |
| static | getPossibleIntervalsArray () | 
| static | getDefaultIntervalKey () | 
| Data Fields | |
| const | INTERVAL_DAILY = '1' | 
| const | INTERVAL_WEEKLY = '2' | 
| const | INTERVAL_MONTHLY = '3' | 
| const | INTERVAL_QUARTERLY = '4' | 
| const | DEFAULT_INACTIVITY_PERIOD = 365 | 
| Private Member Functions | |
| getCurrentIntervalPeriod () | |
| Private Attributes | |
| $interval = null | |
| $include_roles = null | |
| $period = null | |
| $enabled = false | |
Definition at line 12 of file class.ilCronDeleteInactivatedUserAccounts.php.
| ilCronDeleteInactivatedUserAccounts::__construct | ( | ) | 
Definition at line 29 of file class.ilCronDeleteInactivatedUserAccounts.php.
References $ilSetting, and getCurrentIntervalPeriod().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 91 of file class.ilCronDeleteInactivatedUserAccounts.php.
References $period.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 118 of file class.ilCronDeleteInactivatedUserAccounts.php.
References INTERVAL_DAILY.
| 
 | static | 
Definition at line 106 of file class.ilCronDeleteInactivatedUserAccounts.php.
References $lng.
| ilCronDeleteInactivatedUserAccounts::run | ( | ) | 
Definition at line 62 of file class.ilCronDeleteInactivatedUserAccounts.php.
References $usr_id, ilObjUser\_getUserIdsByInactivationPeriod(), and ilObjectFactory\getInstanceByObjId().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 27 of file class.ilCronDeleteInactivatedUserAccounts.php.
| 
 | private | 
Definition at line 23 of file class.ilCronDeleteInactivatedUserAccounts.php.
| 
 | private | 
Definition at line 21 of file class.ilCronDeleteInactivatedUserAccounts.php.
| 
 | private | 
Definition at line 25 of file class.ilCronDeleteInactivatedUserAccounts.php.
Referenced by getCurrentIntervalPeriod().
| const ilCronDeleteInactivatedUserAccounts::DEFAULT_INACTIVITY_PERIOD = 365 | 
Definition at line 19 of file class.ilCronDeleteInactivatedUserAccounts.php.
| const ilCronDeleteInactivatedUserAccounts::INTERVAL_DAILY = '1' | 
Definition at line 14 of file class.ilCronDeleteInactivatedUserAccounts.php.
Referenced by getDefaultIntervalKey().
| const ilCronDeleteInactivatedUserAccounts::INTERVAL_MONTHLY = '3' | 
Definition at line 16 of file class.ilCronDeleteInactivatedUserAccounts.php.
| const ilCronDeleteInactivatedUserAccounts::INTERVAL_QUARTERLY = '4' | 
Definition at line 17 of file class.ilCronDeleteInactivatedUserAccounts.php.
| const ilCronDeleteInactivatedUserAccounts::INTERVAL_WEEKLY = '2' | 
Definition at line 15 of file class.ilCronDeleteInactivatedUserAccounts.php.