CraftCli\Command\RebuildSearchIndexesCommand::getArguments PHP Method

getArguments() protected method

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