SatisAdmin\Console\AddUserCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('user:add')->setDescription('Adds a new user')->addArgument('username', InputArgument::REQUIRED, 'The username')->addArgument('password', InputArgument::REQUIRED, 'The password');
    }
AddUserCommand