ScoringGraderInterface
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
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.)
int
getScoreFromResult(Result $result)
No description