Ejemplo n.º 1
0
 function __clone()
 {
     parent::__clone();
     if ($this->layout instanceof AbstractLayout) {
         $this->layout = clone $this->layout;
     }
 }