Method |
Description |
|
__construct ( array $paramarray = [] ) |
Constructor for the CronJob class. |
|
__get ( string $name ) : mixed |
Magic property getter to get the cronjob properties. |
|
__set ( string $name, mixed $value ) : mixed |
Magic property setter to set the cronjob properties. |
|
default_fields ( ) : array |
Returns the defined database columns for a cronjob. |
|
delete ( ) : boolean |
Deletes an existing cron job. |
|
execute ( ) |
Runs this job. |
|
insert ( ) : CronJob |
Saves a new cron job to the crontab table. |
|
update ( ) : CronJob |
Updates an existing cron job to the crontab table. |
|