◆ checkNotConfirmedUserAccounts()
ilUserCronCheckAccounts::checkNotConfirmedUserAccounts |
( |
| ) |
|
|
protected |
Definition at line 136 of file class.ilUserCronCheckAccounts.php.
References $DIC, $ilDB, $ilLog, $query, $res, $row, and ilObjectFactory\getInstanceByObjId().
Referenced by hasFlexibleSchedule().
140 $ilDB = $DIC[
'ilDB'];
143 require_once
'Services/Registration/classes/class.ilRegistrationSettings.php';
146 $query =
'SELECT usr_id FROM usr_data ' 147 .
'WHERE (reg_hash IS NOT NULL AND reg_hash != %s)' 149 .
'AND create_date < %s';
152 array(
'text',
'integer',
'timestamp'),
153 array(
'', 0, date(
'Y-m-d H:i:s', time() - (
int) $oRegSettigs->getRegistrationHashLifetime()))
158 $ilLog->write(
'Cron: Deleted ' . $oUser->getLogin() .
' [' . $oUser->getId() .
'] ' . __METHOD__);
foreach($_POST as $key=> $value) $res
static getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id
◆ getDefaultScheduleType()
ilUserCronCheckAccounts::getDefaultScheduleType |
( |
| ) |
|
◆ getDefaultScheduleValue()
ilUserCronCheckAccounts::getDefaultScheduleValue |
( |
| ) |
|
◆ getDescription()
ilUserCronCheckAccounts::getDescription |
( |
| ) |
|
◆ getId()
ilUserCronCheckAccounts::getId |
( |
| ) |
|
◆ getTitle()
ilUserCronCheckAccounts::getTitle |
( |
| ) |
|
◆ hasAutoActivation()
ilUserCronCheckAccounts::hasAutoActivation |
( |
| ) |
|
◆ hasFlexibleSchedule()
ilUserCronCheckAccounts::hasFlexibleSchedule |
( |
| ) |
|
Definition at line 56 of file class.ilUserCronCheckAccounts.php.
References $data, $DIC, $GLOBALS, $ilDB, $ilLog, $lng, $query, $res, $result, $row, checkNotConfirmedUserAccounts(), ilCronJob\run(), ilCronJobResult\STATUS_NO_ACTION, ilCronJobResult\STATUS_OK, and txt().
◆ txt()
ilUserCronCheckAccounts::txt |
( |
|
$language, |
|
|
|
$key, |
|
|
|
$module = 'common' |
|
) |
| |
|
protected |
◆ $counter
ilUserCronCheckAccounts::$counter = 0 |
|
protected |
The documentation for this class was generated from the following file: