ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
arStatementCollection Class Reference

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 = []
 

Detailed Description

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

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
2.0.7

Definition at line 24 of file class.arStatementCollection.php.

Member Function Documentation

◆ add()

arStatementCollection::add ( arStatement  $statement)

Definition at line 36 of file class.arStatementCollection.php.

36  : void
37  {
38  $this->statements[] = $statement;
39  }

◆ asSQLStatement()

arStatementCollection::asSQLStatement ( ilDBInterface  $db)
abstract

Referenced by hasStatements().

+ Here is the caller graph for this function:

◆ getAr()

arStatementCollection::getAr ( )

◆ getStatements()

arStatementCollection::getStatements ( )
Returns
[]

Definition at line 81 of file class.arStatementCollection.php.

References $statements.

81  : array
82  {
83  return $this->statements;
84  }

◆ hasStatements()

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().

41  : bool
42  {
43  return $this->statements !== [];
44  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setAr()

arStatementCollection::setAr ( ActiveRecord  $ar)

Definition at line 60 of file class.arStatementCollection.php.

References $ar.

60  : void
61  {
62  $this->ar = $ar;
63  }

◆ setStatements()

arStatementCollection::setStatements ( array  $statements)
Parameters

Definition at line 73 of file class.arStatementCollection.php.

References $statements.

73  : void
74  {
75  $this->statements = $statements;
76  }

Field Documentation

◆ $ar

ActiveRecord arStatementCollection::$ar = null
protected

Definition at line 34 of file class.arStatementCollection.php.

Referenced by getAr(), and setAr().

◆ $cache

array arStatementCollection::$cache = []
staticprotected

Definition at line 29 of file class.arStatementCollection.php.

◆ $statements


The documentation for this class was generated from the following file: