interface ScoringGraderInterface implements GraderInterface (View source)

Methods

getGrade(int $score = null)

Note: I'm actually kind of shocked I'm allowed to do this (override the parent methods with a semi-different signature. Let's keep an eye on whether this continues to work.)

int
getScoreFromResult(Result $result)

No description

Details

GradeInterface getGrade(int $score = null)

Note: I'm actually kind of shocked I'm allowed to do this (override the parent methods with a semi-different signature. Let's keep an eye on whether this continues to work.)

Parameters

int $score

Return Value

GradeInterface

int getScoreFromResult(Result $result)

No description

Parameters

Result $result

Return Value

int