示例#1
0
 public function setLog(\Nethgui\Log\LogInterface $log)
 {
     if (isset($this->childLoader)) {
         $this->childLoader->setLog($log);
     }
     return parent::setLog($log);
 }