Hourly
- Full name:
\Codefy\Framework\Scheduler\Expressions\Hourly - This class is marked as final and can't be subclassed
- This class implements:
\Codefy\Framework\Scheduler\Expressions\Expressional - This class is a Final class
Methods
make
Sets the job execution time to run once every hour.
- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$minute | int|string|array |
Throws:
Inherited methods
sequence
protected static sequence(int|string|array|null $minute = null, int|string|array|null $hour = null, int|string|array|null $day = null, int|string|array|null $month = null, int|string|array|null $weekday = null): array
- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$minute | int|string|array|null | |
$hour | int|string|array|null | |
$day | int|string|array|null | |
$month | int|string|array|null | |
$weekday | int|string|array|null |
Throws:
range
protected static range(int|string|array|null $value = null, int $min = 0, int $max = 0): int|string|null
- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$value | int|string|array|null | |
$min | int | |
$max | int |
Throws: