public function __construct()
 {
     parent::__construct();
     $this->addOption('format', "Set the dump format.", false, true);
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->addOption('snippet', 'Output a JSON snippet without square brackets at the start and end. Allows output to' . ' be combined more freely.', false, false);
 }