N98\Magento\Command\Developer\ClassLookupCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:class:lookup')->setDescription('Resolves a grouped class name')->addArgument('type', InputArgument::REQUIRED, 'The type of the class (helper|block|model)')->addArgument('name', InputArgument::REQUIRED, 'The grouped class name');
    }