ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
add (arStatement $statement) | |
hasStatements () | |
asSQLStatement (ilDBInterface $db) | |
setAr (ActiveRecord $ar) | |
getAr () | |
setStatements (array $statements) | |
getStatements () | |
Protected Attributes | |
array | $statements = [] |
ActiveRecord | $ar = null |
Static Protected Attributes | |
static array | $cache = [] |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arStatementCollection
Definition at line 24 of file class.arStatementCollection.php.
arStatementCollection::add | ( | arStatement | $statement | ) |
Definition at line 36 of file class.arStatementCollection.php.
|
abstract |
arStatementCollection::getAr | ( | ) |
Definition at line 65 of file class.arStatementCollection.php.
References $ar.
Referenced by arConcatCollection\asSQLStatement(), arHavingCollection\asSQLStatement(), arSelectCollection\asSQLStatement(), arOrderCollection\asSQLStatement(), arWhereCollection\asSQLStatement(), and arJoinCollection\asSQLStatement().
arStatementCollection::getStatements | ( | ) |
arStatementCollection::hasStatements | ( | ) |
Definition at line 41 of file class.arStatementCollection.php.
References asSQLStatement().
Referenced by arConcatCollection\asSQLStatement(), arHavingCollection\asSQLStatement(), arSelectCollection\asSQLStatement(), arOrderCollection\asSQLStatement(), arWhereCollection\asSQLStatement(), and arJoinCollection\asSQLStatement().
arStatementCollection::setAr | ( | ActiveRecord | $ar | ) |
arStatementCollection::setStatements | ( | array | $statements | ) |
|
protected |
Definition at line 34 of file class.arStatementCollection.php.
|
staticprotected |
Definition at line 29 of file class.arStatementCollection.php.
|
protected |
Definition at line 33 of file class.arStatementCollection.php.
Referenced by arConcatCollection\getConcats(), arHavingCollection\getHavings(), arJoinCollection\getJoins(), arOrderCollection\getOrders(), arSelectCollection\getSelects(), getStatements(), arWhereCollection\getWheres(), and setStatements().