XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
MysqlTableWithHint Class Reference
Inheritance diagram for MysqlTableWithHint:
Table

Public Member Functions

 __construct ($name, $alias=NULL, $index_hints_list)
 
 toString ()
 
- Public Member Functions inherited from Table
 __construct ($name, $alias=NULL)
 
 toString ()
 
 getName ()
 
 getAlias ()
 
 isJoinTable ()
 

Public Attributes

 $name
 
 $alias
 
 $index_hints_list
 
- Public Attributes inherited from Table
 $name
 
 $alias
 

Detailed Description

Definition at line 9 of file MysqlTableWithHint.class.php.

Constructor & Destructor Documentation

MysqlTableWithHint::__construct (   $name,
  $alias = NULL,
  $index_hints_list 
)

constructor

Parameters
string$name
string$alias
string$index_hints_list
Returns
void

Definition at line 37 of file MysqlTableWithHint.class.php.

Member Function Documentation

MysqlTableWithHint::toString ( )

Definition at line 43 of file MysqlTableWithHint.class.php.

Member Data Documentation

MysqlTableWithHint::$alias

Definition at line 22 of file MysqlTableWithHint.class.php.

MysqlTableWithHint::$index_hints_list

Definition at line 28 of file MysqlTableWithHint.class.php.

MysqlTableWithHint::$name

Definition at line 16 of file MysqlTableWithHint.class.php.


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