CronLingo\Cron::ordered PHP 메소드

ordered() 공개 메소드

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