| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilLSPostConditionDB:Public Member Functions | |
| __construct (ilDBInterface $db) | |
| select (array $ref_ids) | |
| delete (array $ref_ids, ilDBInterface $db=null) | |
| upsert (array $ls_post_conditions) | |
Data Fields | |
| const | TABLE_NAME = 'post_conditions' | 
| const | STD_ALWAYS_OPERATOR = 'always' | 
Protected Member Functions | |
| insert (array $ls_post_conditions, ilDBInterface $db) | |
Protected Attributes | |
| ilDBInterface | $db | 
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 Storage for ilLSPostConditions
Definition at line 24 of file class.ilLSPostConditionDB.php.
| ilLSPostConditionDB::__construct | ( | ilDBInterface | $db | ) | 
| ilLSPostConditionDB::delete | ( | array | $ref_ids, | 
| ilDBInterface | $db = null  | 
        ||
| ) | 
Definition at line 73 of file class.ilLSPostConditionDB.php.
References $db, and ilDBInterface\manipulate().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 91 of file class.ilLSPostConditionDB.php.
References ilDBInterface\insert().
Referenced by upsert().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilLSPostConditionDB::select | ( | array | $ref_ids | ) | 
Definition at line 39 of file class.ilLSPostConditionDB.php.
References $data, and $ref_id.
| ilLSPostConditionDB::upsert | ( | array | $ls_post_conditions | ) | 
| ilLSPostCondition[] | 
Definition at line 106 of file class.ilLSPostConditionDB.php.
References $db, ilLSPostCondition\getRefId(), and insert().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 29 of file class.ilLSPostConditionDB.php.
Referenced by __construct(), delete(), and upsert().
| const ilLSPostConditionDB::STD_ALWAYS_OPERATOR = 'always' | 
Definition at line 27 of file class.ilLSPostConditionDB.php.
Referenced by ilLearningSequenceConditionController\getConditionSetForRepositoryObject(), and ilLSPostConditionDBTest\testSelectWithNoDBResults().
| const ilLSPostConditionDB::TABLE_NAME = 'post_conditions' | 
Definition at line 26 of file class.ilLSPostConditionDB.php.