ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Handles interactions with SSP's cron system/hooks. More...
Public Member Functions | |
__construct (\SimpleSAML_Configuration $cronconfig=null) | |
runTag ($tag) | |
Invoke the cron hook for the given tag. More... | |
isValidTag ($tag) | |
Private Attributes | |
$cronconfig | |
SimpleSAML\Module\cron\Cron::__construct | ( | \SimpleSAML_Configuration | $cronconfig = null | ) |
Definition at line 20 of file Cron.php.
References SimpleSAML\Module\cron\Cron\$cronconfig, and SimpleSAML_Configuration\getConfig().
SimpleSAML\Module\cron\Cron::isValidTag | ( | $tag | ) |
Definition at line 56 of file Cron.php.
References $tag.
Referenced by SimpleSAML\Module\cron\Cron\runTag().
SimpleSAML\Module\cron\Cron::runTag | ( | $tag | ) |
Invoke the cron hook for the given tag.
$tag | string The tag to use. Must be valid in the cronConfig |
Exception | If an invalid tag specified |
Definition at line 34 of file Cron.php.
References $croninfo, $s, $summary, $tag, array, SimpleSAML\Module\callHooks(), SimpleSAML\Logger\debug(), and SimpleSAML\Module\cron\Cron\isValidTag().
|
private |
Definition at line 14 of file Cron.php.
Referenced by SimpleSAML\Module\cron\Cron\__construct().