Ejemplo n.º 1
0
 public function __construct(OutputFormatter $formatter)
 {
     $this->formatter = $formatter;
     parent::__construct();
     $this->setColors(false);
 }
 /**
  * {@inheritdoc}
  */
 public function __construct($output = null, $charset = null)
 {
     parent::__construct($output, $charset);
     $this->dumpId = 'sf-dump-' . mt_rand();
 }
Ejemplo n.º 3
0
 /**
  * {@inheritdoc}
  */
 public function __construct($output = null, $charset = null)
 {
     $this->setStyles(['default' => '38;5;208', 'num' => '1;38;5;38', 'const' => '1;38;5;88', 'str' => '1;38;5;68', 'note' => '38;5;126', 'ref' => '38;5;247', 'public' => '', 'protected' => '', 'private' => '', 'meta' => '38;5;170', 'key' => '38;5;35', 'index' => '38;5;35']);
     parent::__construct($output, $charset);
 }