$this user(string $user) Set which user the command should run as. Parameters string $user Return Value $this
$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to run twice daily. Parameters int $first int $second Return Value $this
$this tuesdays() Schedule the event to run only on Tuesdays. Return Value $this
$this timezone(DateTimeZone|string $timezone) Set the timezone the date should be evaluated on. Parameters DateTimeZone|string $timezone Return Value $this
$this thursdays() Schedule the event to run only on Thursdays. Return Value $this
$this thenPing(string $url) Register a callback to ping a given URL after the job runs. Parameters string $url Return Value $this
$this then(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this
$this sundays() Schedule the event to run only on Sundays. Return Value $this
$this skip(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this
$this sendOutputTo(string $location, bool $append = false) Send the output of the command to a given location. Parameters string $location bool $append Return Value $this
Page 874 of 996