상속: extends N98\Magento\Command\AbstractMagentoCommand
예제 #1
0
 public function asText()
 {
     return parent::asText() . "\n" . $this->getCompressionHelp();
 }
예제 #2
0
 public function getHelp()
 {
     return parent::getHelp() . PHP_EOL . $this->getCompressionHelp() . PHP_EOL . $this->getTableDefinitionHelp();
 }