Esempio n. 1
0
 public function addPitchingMatchup(\BBM\PitchingMatchup $matchup)
 {
     $this->_load();
     return parent::addPitchingMatchup($matchup);
 }
Esempio n. 2
0
 public function setGame(Game $game)
 {
     $this->game = $game;
     $game->addPitchingMatchup($this);
 }