Пример #1
0
 public function __clone()
 {
     $marker = new Marker();
     $marker->copyFrom($this);
     return $marker;
 }