Aimeos\Shop\Command\SetupCommand::getArguments PHP Method

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array
    protected function getArguments()
    {
        return array(array('site', InputArgument::OPTIONAL, 'Site for updating database entries', 'default'), array('tplsite', InputArgument::OPTIONAL, 'Site used as template for creating the new one', 'default'));
    }