N98\Magento\Command\Eav\Attribute\RemoveCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('eav:attribute:remove')->addArgument('entityType', InputArgument::REQUIRED, 'Entity Type Code like catalog_product')->addArgument('attributeCode', InputArgument::REQUIRED | InputArgument::IS_ARRAY, 'Attribute Code')->setDescription('Removes attribute for a given attribute code');
    }