ILIAS
Release_5_0_x_branch Revision 61816
|
Class arJoinCollection. More...
Public Member Functions | |
getSaveTableName (arJoin $statement) | |
add (arStatement $statement) | |
asSQLStatement () | |
getJoins () | |
Public Member Functions inherited from arStatementCollection | |
hasStatements () | |
setAr ($ar) | |
getAr () | |
setStatements ($statements) | |
getStatements () |
Protected Attributes | |
$table_names = array() | |
Protected Attributes inherited from arStatementCollection | |
$statements = array() | |
$ar |
Additional Inherited Members | |
Static Protected Attributes inherited from arStatementCollection | |
static | $cache = array() |
arJoinCollection::add | ( | arStatement | $statement | ) |
arStatement | $statement |
Reimplemented from arStatementCollection.
Definition at line 42 of file class.arJoinCollection.php.
References getSaveTableName(), and arStatement\setTableNameAs().
arJoinCollection::asSQLStatement | ( | ) |
Reimplemented from arStatementCollection.
Definition at line 52 of file class.arJoinCollection.php.
References arStatementCollection\getAr(), getJoins(), and arStatementCollection\hasStatements().
arJoinCollection::getJoins | ( | ) |
Definition at line 67 of file class.arJoinCollection.php.
References arStatementCollection\$statements.
Referenced by asSQLStatement().
arJoinCollection::getSaveTableName | ( | arJoin | $statement | ) |
arJoin | $statement |
Definition at line 24 of file class.arJoinCollection.php.
References arJoin\getTableName(), arJoin\setFullNames(), and arJoin\setIsMapped().
Referenced by add().
|
protected |
Definition at line 16 of file class.arJoinCollection.php.