예제 #1
0
 public function setGame(\BBM\Game $game)
 {
     $this->_load();
     return parent::setGame($game);
 }
예제 #2
0
파일: Game.php 프로젝트: jsuggs/BBM_old
 public function addPlay(Play $play)
 {
     $this->plays[] = $play;
     $play->setGame($this);
 }