Esempio n. 1
0
 protected function copy_from($old)
 {
     parent::copy_from($old);
     if ($old) {
         $this->maker = $old->maker();
     }
 }