Esempio n. 1
0
 public function setLog(\Nethgui\Log\LogInterface $log)
 {
     $this->log = $log;
     $this->php->setLog($log);
     return $this;
 }