CronExpression::getExpression( string $part = null )
Get all or part of the CRON expression
Description Description
Parameters Parameters
- $part
-
(Optional) (optional) Specify the part to retrieve or NULL to get the full cron schedule string.
Default value: null
Return Return
(string|null) Returns the CRON expression, a part of the CRON expression, or NULL if the part was specified but not found
Source Source
File: packages/action-scheduler/lib/cron-expression/CronExpression.php