| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for arStatementCollection:
 Collaboration diagram for arStatementCollection: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 | ) | 
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().
 Here is the caller graph for this function:| 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().
 Here is the caller graph for this function:| arStatementCollection::setAr | ( | ActiveRecord | $ar | ) | 
Definition at line 60 of file class.arStatementCollection.php.
References $ar.
| 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.
      
  | 
  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().