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

Public Member Functions

 __construct ($name, $alias, $join_type, $conditions)
 
 toString ($with_value=true)
 
 isJoinTable ()
 
 getArguments ()
 
- Public Member Functions inherited from Table
 __construct ($name, $alias=NULL)
 
 toString ()
 
 getName ()
 
 getAlias ()
 
 isJoinTable ()
 

Public Attributes

 $join_type
 
 $conditions
 
- Public Attributes inherited from Table
 $name
 
 $alias
 

Detailed Description

Definition at line 12 of file JoinTable.class.php.

Constructor & Destructor Documentation

JoinTable::__construct (   $name,
  $alias,
  $join_type,
  $conditions 
)

constructor

Parameters
string$name
string$alias
string$join_type
array$conditions
Returns
void

Definition at line 35 of file JoinTable.class.php.

Member Function Documentation

JoinTable::getArguments ( )

Definition at line 59 of file JoinTable.class.php.

JoinTable::isJoinTable ( )

Definition at line 54 of file JoinTable.class.php.

JoinTable::toString (   $with_value = true)

Definition at line 42 of file JoinTable.class.php.

Member Data Documentation

JoinTable::$conditions

Definition at line 25 of file JoinTable.class.php.

JoinTable::$join_type

Definition at line 19 of file JoinTable.class.php.


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