CraftCli\Command\ClearCacheCommand::getOptions PHP Method

getOptions() protected method

protected getOptions ( )
    protected function getOptions()
    {
        return array(array('select', 's', InputOption::VALUE_NONE, 'Allows you to select from a list of caches to clear.'));
    }
ClearCacheCommand