ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 $arStatement) | |
hasStatements () | |
asSQLStatement (ilDBInterface $db) | |
setAr (ActiveRecord $activeRecord) | |
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 | $arStatement | ) |
Reimplemented in arJoinCollection.
Definition at line 36 of file class.arStatementCollection.php.
|
abstract |
Reimplemented in arConcatCollection, arHavingCollection, arJoinCollection, arOrderCollection, arSelectCollection, and arWhereCollection.
arStatementCollection::getAr | ( | ) |
Definition at line 65 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 81 of file class.arStatementCollection.php.
References $statements.
arStatementCollection::hasStatements | ( | ) |
Definition at line 41 of file class.arStatementCollection.php.
Referenced by arConcatCollection\asSQLStatement(), arHavingCollection\asSQLStatement(), arJoinCollection\asSQLStatement(), arOrderCollection\asSQLStatement(), arSelectCollection\asSQLStatement(), and arWhereCollection\asSQLStatement().
arStatementCollection::setAr | ( | ActiveRecord | $activeRecord | ) |
Definition at line 60 of file class.arStatementCollection.php.
arStatementCollection::setStatements | ( | array | $statements | ) |
\arStatement[] | $statements |
Definition at line 73 of file class.arStatementCollection.php.
References $statements.
|
protected |
Definition at line 34 of file class.arStatementCollection.php.
Referenced by getAr().
|
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().