Esempio n. 1
0
 public function copy()
 {
     $body = new Body();
     $body->setColor($this->getColor());
     return $body;
 }