SwimmPair-Www v1.0
PHP Model of SwimmPair web application
Loading...
Searching...
No Matches
Region Class Reference
Collaboration diagram for Region:
Collaboration graph

Public Member Functions

 __construct ($id, $name, $abbreviation)
 
 Serialize ()
 

Public Attributes

 $id
 
 $name
 
 $abbreviation
 

Detailed Description

Region is administrative object to which we affiliate each Club which each has some User objects. Region has no other purpose than just umbrella of regional clubs.

Constructor & Destructor Documentation

◆ __construct()

Region::__construct (   $id,
  $name,
  $abbreviation 
)

Ctor of Region object for web application

Parameters
int$id
string$name
string$abbreviation

Member Function Documentation

◆ Serialize()

Region::Serialize ( )

Serialize outputs 3/3 these members: id, name, abbreviation

Returns
string

The documentation for this class was generated from the following file: