N98\Magento\Command\Developer\Setup\Script\AttributeCommand::configure PHP 메소드

configure() 보호된 메소드

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:setup:script:attribute')->addArgument('entityType', InputArgument::REQUIRED, 'Entity Type Code like catalog_product')->addArgument('attributeCode', InputArgument::REQUIRED, 'Attribute Code')->setDescription('Creates attribute script for a given attribute code');
    }