\naigc\v25\displayProjectorDisplay

Stores the settings for the displayProjector code.

Summary

Methods
Properties
Constants
__construct()
addPage()
popPage()
pages()
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\IMeet  $meet) : mixed

Creates a new Display object.

Parameters

\naigc\v25\IMeet $meet

The meet to display.

Returns

mixed

addPage()

addPage() : \naigc\v25\displayProjector\Page

Adds a new Page to the Display.

Returns

\naigc\v25\displayProjector\Page —

The new Page.

popPage()

popPage() : \naigc\v25\displayProjector\Page

Removes the last Page from the Display and returns it.

Returns

\naigc\v25\displayProjector\Page —

The removed Page.

pages()

pages() : \naigc\v25\displayProjector\Page[]

Gets all of the Pages in the Display.

Returns

\naigc\v25\displayProjector\Page[] —

The Pages.