Exemplo n.º 1
0
 public function __construct()
 {
     $this->queue = new \SplQueue();
     $this->console = Terminal::getInstance();
 }
Exemplo n.º 2
0
 public function __construct(array $config = null)
 {
     Terminal::create($config);
     $this->console = Terminal::getInstance();
 }