コード例 #1
0
ファイル: BBMPlayerProxy.php プロジェクト: jsuggs/BBM_old
 public function addPitchingMatchup(\BBM\PitchingMatchup $matchup)
 {
     $this->_load();
     return parent::addPitchingMatchup($matchup);
 }
コード例 #2
0
ファイル: PitchingMatchup.php プロジェクト: jsuggs/BBM_old
 public function setPitcher(Player $pitcher)
 {
     $this->pitcher = $pitcher;
     $pitcher->addPitchingMatchup($this);
 }