Clockwork\Support\Laravel\ClockworkCleanCommand::getOptions PHP Метод

getOptions() публичный Метод

public getOptions ( )
    public function getOptions()
    {
        return [['age', 'a', InputOption::VALUE_OPTIONAL, 'delete data about requests older then specified time in hours', null]];
    }
ClockworkCleanCommand