N98\Magento\Command\Developer\Module\UpdateCommand::initArguments PHP Méthode

initArguments() protected méthode

protected initArguments ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface
    protected function initArguments(InputInterface $input)
    {
        $this->vendorNamespace = ucfirst($input->getArgument('vendorNamespace'));
        $this->moduleName = ucfirst($input->getArgument('moduleName'));
        $this->determineModuleCodePool();
    }