Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
コード例 #1
0
 public function asText()
 {
     return parent::asText() . "\n" . $this->getCompressionHelp();
 }
コード例 #2
0
ファイル: DumpCommand.php プロジェクト: netz98/n98-magerun
 public function getHelp()
 {
     return parent::getHelp() . PHP_EOL . $this->getCompressionHelp() . PHP_EOL . $this->getTableDefinitionHelp();
 }