| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilOrgUnitObjectPositionSetting:Public Member Functions | |
| __construct (int $a_obj_id) | |
| lookupActive (int $a_obj_id) | |
| Lookup activation status.  More... | |
| isActive () | |
| Check if position access is active.  More... | |
| setActive (bool $a_status) | |
| Set active for object.  More... | |
| update () | |
| delete () | |
| hasObjectSpecificActivation () | |
Protected Attributes | |
| ilDBInterface | $db | 
Private Member Functions | |
| readSettings () | |
Private Attributes | |
| int | $obj_id | 
| bool | $active = null | 
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 Stores object activation status of orgunit position settings.
Definition at line 26 of file class.ilOrgUnitObjectPositionSetting.php.
| ilOrgUnitObjectPositionSetting::__construct | ( | int | $a_obj_id | ) | 
Definition at line 32 of file class.ilOrgUnitObjectPositionSetting.php.
References $GLOBALS, and readSettings().
 Here is the call graph for this function:| ilOrgUnitObjectPositionSetting::delete | ( | ) | 
Definition at line 79 of file class.ilOrgUnitObjectPositionSetting.php.
| ilOrgUnitObjectPositionSetting::hasObjectSpecificActivation | ( | ) | 
Definition at line 90 of file class.ilOrgUnitObjectPositionSetting.php.
| ilOrgUnitObjectPositionSetting::isActive | ( | ) | 
Check if position access is active.
This returns true or false if it is object specific or null if the object has no setting.
Definition at line 57 of file class.ilOrgUnitObjectPositionSetting.php.
References $active.
Referenced by update().
 Here is the caller graph for this function:| ilOrgUnitObjectPositionSetting::lookupActive | ( | int | $a_obj_id | ) | 
Lookup activation status.
Definition at line 42 of file class.ilOrgUnitObjectPositionSetting.php.
References $GLOBALS, $res, ilDBConstants\FETCHMODE_OBJECT, and ilDBInterface\quote().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 95 of file class.ilOrgUnitObjectPositionSetting.php.
References $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
 Here is the caller graph for this function:| ilOrgUnitObjectPositionSetting::setActive | ( | bool | $a_status | ) | 
Set active for object.
Definition at line 65 of file class.ilOrgUnitObjectPositionSetting.php.
Referenced by ilObjExercise\saveData().
 Here is the caller graph for this function:| ilOrgUnitObjectPositionSetting::update | ( | ) | 
Definition at line 70 of file class.ilOrgUnitObjectPositionSetting.php.
References isActive().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 30 of file class.ilOrgUnitObjectPositionSetting.php.
Referenced by isActive().
      
  | 
  protected | 
Definition at line 28 of file class.ilOrgUnitObjectPositionSetting.php.
      
  | 
  private | 
Definition at line 29 of file class.ilOrgUnitObjectPositionSetting.php.