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

Public Member Functions

 __construct ($id, $name, $abbreviation, $code, $img, $affiliation_region_id)
 
 SerializeFull ()
 
 SerializeSlim ()
 

Public Attributes

 $id
 
 $name
 
 $abbreviation
 
 $code
 
 $img
 
 $affiliation_region_id
 

Detailed Description

Club is an administrative unit of swimming club grouping bunch of users. One User is VedouciKlubu/1 from UserRights, the rest is Rozhodci/0. It can organize Cup via its users.

Constructor & Destructor Documentation

◆ __construct()

Club::__construct (   $id,
  $name,
  $abbreviation,
  $code,
  $img,
  $affiliation_region_id 
)

Ctor of Club object for web application

Parameters
int$id
string$name
string$abbreviation
int$code
string$img
int$affiliation_region_id

Member Function Documentation

◆ SerializeFull()

Club::SerializeFull ( )

SerializeFull outputs 6/6 these members: id, name, abbreviation, code, img, affiliation_region_id

Returns
string

◆ SerializeSlim()

Club::SerializeSlim ( )

SerializeSlim outputs 3/6 these members: id, name, -NULL-, -NULL-, -NULL-, affiliation_region_id

Returns
string

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