CronLingo\Cron::ordered PHP Méthode

ordered() public méthode

Get CRON expression field order in structured format
public ordered ( ) : array
Résultat array
    public function ordered()
    {
        return [$this->minute, $this->hour, $this->dayOfMonth, $this->month, $this->dayOfWeek];
    }