Clockwork\Support\Lumen\ClockworkCleanCommand::getOptions PHP Method

getOptions() public method

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