CraftCli\Command\RebuildSearchIndexesCommand::getArguments PHP Méthode

getArguments() protected méthode

protected getArguments ( )
    protected function getArguments()
    {
        return array(array('offset', InputArgument::OPTIONAL, 'Offset the query', 0));
    }
RebuildSearchIndexesCommand