Class Transip_Cronjob
This class models a cronjob that will be run on the Webhosting package for a domain name.
public
|
#
__construct( string $name, string $url, string $email, string $minuteTrigger, string $hourTrigger, string $dayTrigger, string $monthTrigger, string $weekdayTrigger )
Create a new cronjob |
public
string
|
$name |
|
#
Cronjob name, a user defined name for this cronjob |
public
string
|
$url |
|
#
URL this url will be called when the cronjob executes. Must be a valid (subdomain) within the current webhosting package's domain name. |
public
string
|
|
#
Any output of this cronjob will be e-mailed to this email-address |
|
public
string
|
$minuteTrigger |
|
#
What minute of the hour to run the cron |
public
string
|
$hourTrigger |
|
#
What hour of the day to run the cron |
public
string
|
$dayTrigger |
|
#
What day of the month to run the cron |
public
string
|
$monthTrigger |
|
#
what month of the year to run the cron |
public
string
|
$weekdayTrigger |
|
#
what day of the week to run the cron range: 0-7 where both 0 and 7 are Sunday |