\naigc\v25ScoreSheet

Functions related to ScoreSheets.

Summary

Methods
Properties
Constants
__construct()
club()
level()
session()
competitionGymEvent()
routineCount()
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(\naigc\v25\util\IMysql  $mysql, \naigc\v25\IClub  $club, \naigc\v25\ILevel  $level, \naigc\v25\ISession  $session, \naigc\v25\ICompetitionGymEvent  $competitionGymEvent, int  $routineCount) : mixed

Creates a new ScoreSheet object.

Parameters

\naigc\v25\util\IMysql $mysql

The database.

\naigc\v25\IClub $club

The Club the ScoreSheet is for.

\naigc\v25\ILevel $level

The Level the ScoreSheet is for.

\naigc\v25\ISession $session

The Session the ScoreSheet is for.

\naigc\v25\ICompetitionGymEvent $competitionGymEvent

The Event the ScoreSheet is for.

int $routineCount

The number of Routines the Club has in this Session on this Event.

Returns

mixed

club()

club() : \naigc\v25\IClub

Gets the Club the ScoreSheet is for.

Returns

\naigc\v25\IClub

level()

level() : \naigc\v25\ILevel

Gets the Level the ScoreSheet if for.

Returns

\naigc\v25\ILevel

session()

session() : \naigc\v25\ISession

Gets the Session the ScoreSheet is for.

Returns

\naigc\v25\ISession

competitionGymEvent()

competitionGymEvent() : \naigc\v25\ICompetitionGymEvent

Gets the CompetitionGymEvent the ScoreSheet is for.

Returns

\naigc\v25\ICompetitionGymEvent

routineCount()

routineCount() : int

Gets the number of Routines the Club has in this Session on this Event.

Returns

int