예제 #1
0
파일: Measure.php 프로젝트: stdtabs/phptabs
 public function addBeat(Beat $beat)
 {
     $beat->setMeasure($this);
     $this->beats[] = $beat;
 }