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
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$value | int|string|array|null | |
$min | int | |
$max | int |
Throws:
Automatically generated on 2025-10-13