class MatchController extends CRUDController

Properties

bool $recalculateNeeded Whether the last edited match has had its ELO changed, requiring an ELO recalculation

Methods

listAction(Request $request, Player $me, Team $team = null, Player $player = null, $type = null)

No description

showAction(Match $match)

No description

createAction(Player $me)

No description

deleteAction(Player $me, Match $match)

No description

editAction(Player $me, Match $match)

No description

recalculateAction(Player $me, $match)

No description

Details

at line line 21
listAction(Request $request, Player $me, Team $team = null, Player $player = null, $type = null)

Parameters

Request $request
Player $me
Team $team
Player $player
$type

at line line 56
showAction(Match $match)

Parameters

Match $match

at line line 61
createAction(Player $me)

Parameters

Player $me

at line line 78
deleteAction(Player $me, Match $match)

Parameters

Player $me
Match $match

at line line 94
editAction(Player $me, Match $match)

Parameters

Player $me
Match $match

at line line 111
recalculateAction(Player $me, $match)

Parameters

Player $me
$match