Example #1
0
 /**
  * {@inheritDoc}
  */
 public function setLog($log)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLog', array($log));
     return parent::setLog($log);
 }