|
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...
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 25 of file class.ilOrgUnitObjectPositionSetting.php.
| ilOrgUnitObjectPositionSetting::__construct | ( | int | $a_obj_id | ) |
Definition at line 31 of file class.ilOrgUnitObjectPositionSetting.php.
References $GLOBALS, and readSettings().
Here is the call graph for this function:| ilOrgUnitObjectPositionSetting::delete | ( | ) |
Definition at line 78 of file class.ilOrgUnitObjectPositionSetting.php.
References $query.
| ilOrgUnitObjectPositionSetting::hasObjectSpecificActivation | ( | ) |
Definition at line 89 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 56 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 41 of file class.ilOrgUnitObjectPositionSetting.php.
References $db, $GLOBALS, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ilDBInterface\quote().
Here is the call graph for this function:
|
private |
Definition at line 94 of file class.ilOrgUnitObjectPositionSetting.php.
References $query, $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 64 of file class.ilOrgUnitObjectPositionSetting.php.
| ilOrgUnitObjectPositionSetting::update | ( | ) |
Definition at line 69 of file class.ilOrgUnitObjectPositionSetting.php.
References isActive().
Here is the call graph for this function:
|
private |
Definition at line 29 of file class.ilOrgUnitObjectPositionSetting.php.
Referenced by isActive().
|
protected |
Definition at line 27 of file class.ilOrgUnitObjectPositionSetting.php.
Referenced by lookupActive().
|
private |
Definition at line 28 of file class.ilOrgUnitObjectPositionSetting.php.