Beispiel #1
0
 public function __clone()
 {
     $effect = new EffectTremoloBar();
     foreach ($this->points as $point) {
         $effect->addPoint($point->getPosition(), $point->getValue());
     }
     return $effect;
 }