Combu Server  3.1.1
PHP API Documentation
Public Member Functions | Static Public Member Functions | Data Fields
GameMatch_Round Class Reference
Inheritance diagram for GameMatch_Round:
DataClass

Public Member Functions

 __construct ($src=null, $stripSlashes=false)
 
 Save ()
 
 Delete ()
 
- Public Member Functions inherited from DataClass
 Save ()
 
 Delete ()
 
 ToJson ()
 
 ToArray ()
 

Static Public Member Functions

static Load ($idMatchAccount=0)
 
- Static Public Member Functions inherited from DataClass
static GetTableName ($class)
 
static LoadRecords ($query, $returnedClass="")
 
static CountRecords ($tableName, $filter=null)
 
static TruncateTable ($tableName)
 
static TruncateClass ($class)
 

Data Fields

const TABLE_NAME = "Match_Round"
 
 $Id = 0
 
 $IdMatchAccount = 0
 
 $Score = 0
 
 $DateScore = NULL
 

Additional Inherited Members

- Protected Member Functions inherited from DataClass
 _loadFilter ($tableName, $filter)
 
 _loadByRow ($row, $stripSlashes=false, $callbackOnExists=false)
 
 _Delete ($tableName, $filter=null)
 
- Static Protected Member Functions inherited from DataClass
static _count ($tableName, $filter=null)
 
static _load ($tableName, $returnedClass="", $where="", $order=null, $limit=null, $offset=null, &$count=null)
 
static _loadEx ($select, $from, $returnedClass="", $where="", $order=null, $limit=null, $offset=null, &$count=null, $debug=false)
 
static _loadQuery ($query, $returnedClass="")
 

Detailed Description

This class handles the Match Rounds

Author
Skared Creations

Definition at line 10 of file GameMatch_Round.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $src = null,
  $stripSlashes = false 
)

Contructor

Definition at line 22 of file GameMatch_Round.php.

Member Function Documentation

◆ Delete()

Delete ( )

Delete the record from the database

Returns
boolean Returns TRUE on success

Definition at line 84 of file GameMatch_Round.php.

◆ Load()

static Load (   $idMatchAccount = 0)
static

Load matches corresponding to the filters Database $Database

Parameters
int$idMatchAccountFilter IdMatchAccount
Returns
[]

Definition at line 41 of file GameMatch_Round.php.

◆ Save()

Save ( )

Save the record in the database Database $Database

Returns
boolean Returns TRUE on success

Definition at line 55 of file GameMatch_Round.php.

Field Documentation

◆ $DateScore

$DateScore = NULL

Definition at line 17 of file GameMatch_Round.php.

◆ $Id

$Id = 0

Definition at line 14 of file GameMatch_Round.php.

◆ $IdMatchAccount

$IdMatchAccount = 0

Definition at line 15 of file GameMatch_Round.php.

◆ $Score

$Score = 0

Definition at line 16 of file GameMatch_Round.php.

◆ TABLE_NAME

const TABLE_NAME = "Match_Round"

Definition at line 12 of file GameMatch_Round.php.