ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class arStatementCollection. More...
Public Member Functions | |
add (arStatement $statement) | |
hasStatements () | |
asSQLStatement () | |
setAr ($ar) | |
getAr () | |
setStatements ($statements) | |
getStatements () | |
Protected Attributes | |
$statements = array() | |
$ar | |
Static Protected Attributes | |
static | $cache = array() |
Class arStatementCollection.
Definition at line 10 of file class.arStatementCollection.php.
arStatementCollection::add | ( | arStatement | $statement | ) |
arStatement | $statement |
Reimplemented in arJoinCollection.
Definition at line 30 of file class.arStatementCollection.php.
|
abstract |
Reimplemented in arConcatCollection, arHavingCollection, arJoinCollection, arOrderCollection, arSelectCollection, and arWhereCollection.
arStatementCollection::getAr | ( | ) |
Definition at line 83 of file class.arStatementCollection.php.
References $ar.
Referenced by arConcatCollection\asSQLStatement(), arHavingCollection\asSQLStatement(), arJoinCollection\asSQLStatement(), arOrderCollection\asSQLStatement(), arSelectCollection\asSQLStatement(), and arWhereCollection\asSQLStatement().
arStatementCollection::getStatements | ( | ) |
Definition at line 101 of file class.arStatementCollection.php.
References $statements.
arStatementCollection::hasStatements | ( | ) |
Definition at line 39 of file class.arStatementCollection.php.
Referenced by arConcatCollection\asSQLStatement(), arHavingCollection\asSQLStatement(), arJoinCollection\asSQLStatement(), arOrderCollection\asSQLStatement(), arSelectCollection\asSQLStatement(), and arWhereCollection\asSQLStatement().
arStatementCollection::setAr | ( | $ar | ) |
\ActiveRecord | $ar |
Definition at line 74 of file class.arStatementCollection.php.
References $ar.
arStatementCollection::setStatements | ( | $statements | ) |
\arStatement[] | $statements |
Definition at line 92 of file class.arStatementCollection.php.
References $statements.
|
protected |
Definition at line 24 of file class.arStatementCollection.php.
|
staticprotected |
Definition at line 16 of file class.arStatementCollection.php.
|
protected |
Definition at line 20 of file class.arStatementCollection.php.
Referenced by arConcatCollection\getConcats(), arHavingCollection\getHavings(), arJoinCollection\getJoins(), arOrderCollection\getOrders(), arSelectCollection\getSelects(), getStatements(), arWhereCollection\getWheres(), and setStatements().