| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilCronDeleteInactiveUserAccounts:
 Collaboration diagram for ilCronDeleteInactiveUserAccounts:| 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 | |
| $inactivity_period = null | |
| $enabled = false | |
Definition at line 34 of file class.ilCronDeleteInactiveUserAccounts.php.
| ilCronDeleteInactiveUserAccounts::__construct | ( | ) | 
Definition at line 51 of file class.ilCronDeleteInactiveUserAccounts.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 110 of file class.ilCronDeleteInactiveUserAccounts.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 137 of file class.ilCronDeleteInactiveUserAccounts.php.
References INTERVAL_DAILY.
Referenced by ilObjSystemFolderGUI\initCronJobsForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 125 of file class.ilCronDeleteInactiveUserAccounts.php.
References $lng.
Referenced by ilObjSystemFolderGUI\initCronJobsForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCronDeleteInactiveUserAccounts::run | ( | ) | 
Definition at line 81 of file class.ilCronDeleteInactiveUserAccounts.php.
References $user, $usr_id, ilObjUser\_getUserIdsByInactivityPeriod(), and ilObjectFactory\getInstanceByObjId().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 49 of file class.ilCronDeleteInactiveUserAccounts.php.
| 
 | private | 
Definition at line 47 of file class.ilCronDeleteInactiveUserAccounts.php.
| 
 | private | 
Definition at line 45 of file class.ilCronDeleteInactiveUserAccounts.php.
| 
 | private | 
Definition at line 43 of file class.ilCronDeleteInactiveUserAccounts.php.
| const ilCronDeleteInactiveUserAccounts::DEFAULT_INACTIVITY_PERIOD = 365 | 
Definition at line 41 of file class.ilCronDeleteInactiveUserAccounts.php.
Referenced by ilObjSystemFolderGUI\initCronJobsForm().
| const ilCronDeleteInactiveUserAccounts::INTERVAL_DAILY = '1' | 
Definition at line 36 of file class.ilCronDeleteInactiveUserAccounts.php.
Referenced by getDefaultIntervalKey().
| const ilCronDeleteInactiveUserAccounts::INTERVAL_MONTHLY = '3' | 
Definition at line 38 of file class.ilCronDeleteInactiveUserAccounts.php.
| const ilCronDeleteInactiveUserAccounts::INTERVAL_QUARTERLY = '4' | 
Definition at line 39 of file class.ilCronDeleteInactiveUserAccounts.php.
| const ilCronDeleteInactiveUserAccounts::INTERVAL_WEEKLY = '2' | 
Definition at line 37 of file class.ilCronDeleteInactiveUserAccounts.php.