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


Top ↑

Return Return

(string|null) Returns the CRON expression, a part of the CRON expression, or NULL if the part was specified but not found


Top ↑

Source Source

File: packages/action-scheduler/lib/cron-expression/CronExpression.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.