CraftCli\Command\UpdateAssetIndexesCommand::getArguments PHP Метод

getArguments() защищенный Метод

protected getArguments ( )
    protected function getArguments()
    {
        return array(array('sourceIds', InputArgument::IS_ARRAY, 'Which Assets source ID(s) do you want to update? Leave blank to update all indexes.'));
    }
UpdateAssetIndexesCommand