Ejemplo n.º 1
0
 /**
  * LogFormatter constructor.
  */
 public function __construct()
 {
     $this->formatOutput = Cli::guessFormatOutput();
     $this->outputHandle = fopen('php://output', 'w');
 }
Ejemplo n.º 2
0
 /**
  * Initialize an instance of the {@link Table} class.
  */
 public function __construct()
 {
     $this->formatOutput = Cli::guessFormatOutput();
     $this->reset();
 }