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