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