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 | |
Definition at line 12 of file JoinTable.class.php.
JoinTable::__construct | ( | $name, | |
$alias, | |||
$join_type, | |||
$conditions | |||
) |
constructor
string | $name | |
string | $alias | |
string | $join_type | |
array | $conditions |
Definition at line 35 of file JoinTable.class.php.
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.
JoinTable::$conditions |
Definition at line 25 of file JoinTable.class.php.
JoinTable::$join_type |
Definition at line 19 of file JoinTable.class.php.