Пример #1
0
 public function addBeat(Beat $beat)
 {
     $beat->setMeasure($this);
     $this->beats[] = $beat;
 }