\naigc\v25Result

Functions related to Results.

Summary

Methods
Properties
Constants
__construct()
clubName()
name()
finalScore()
rank()
rowNumber()
meetName()
disciplineName()
levelName()
awardName()
awardsCategoryName()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(string  $clubName, string  $nameFirst, string  $nameLast, float  $finalScore, int  $rank, int  $rowNumber) : mixed

Creates a new Result.

Parameters

string $clubName
string $nameFirst
string $nameLast
float $finalScore
int $rank
int $rowNumber

Returns

mixed

clubName()

clubName() : string

Gets the club name.

Returns

string

name()

name() : string

Gets the person's name.

Returns

string

finalScore()

finalScore() : float

Gets the final score.

Returns

float

rank()

rank() : int

Gets the rank.

Returns

int

rowNumber()

rowNumber() : int

Return row number

Returns

int

meetName()

meetName() : string

Gets the name of the meet.

Returns

string

disciplineName()

disciplineName() : string

Gets the name of the discipline.

Returns

string

levelName()

levelName() : string

Gets the name of the level.

Returns

string

awardName()

awardName() : string

Gets the name of the award. Event, AA, Team, etc.

Returns

string

awardsCategoryName()

awardsCategoryName() : string

Gets the name of the awards category.

Returns

string