Example #1
0
 public function __construct(SymfonyApplication $application)
 {
     parent::__construct($application);
     $output = $this->getOutput()->setFormatter(new OutputFormatter());
 }