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