N98\Magento\Command\Developer\Code\Model\MethodCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:code:model:method')->addArgument('modelName', InputOption::VALUE_REQUIRED, 'Model Name namespace/modelName')->setDescription('Code annotations: Reads the columns from a table and writes the getter and setter methods into the ' . 'class file for @methods.');
    }