\naigc\v25Judge

Functions related to Judges.

Summary

Methods
Properties
Constants
__construct()
nameFirst()
nameLast()
jsonSerialize()
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, string  $nameFirst, string  $nameLast) : mixed

Creates a new Judge object.

Parameters

\naigc\v25\util\IMysql $mysql

The database.

string $nameFirst

The judge's first name.

string $nameLast

The judge's last name.

Returns

mixed

nameFirst()

nameFirst() : string

Gets the first name of the Judge.

Returns

string —

The first name.

nameLast()

nameLast() : string

Gets the last name of the Judge.

Returns

string —

The last name.

jsonSerialize()

jsonSerialize() : array

Serializes object into json format for available properties

Returns

array