CronLingo\Cron::ordered PHP Method

ordered() public method

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