ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setOnlineStatus (int $ref_id, bool $status) | |
getOnlineStatus (int $ref_id) | |
hasOnlineStatus (int $ref_id) | |
Data Fields | |
const | S_LEARNMODULE_IL = "lm" |
const | S_LEARNMODULE_HTML = "htlm" |
const | S_SAHS = "sahs" |
const | S_TEST = "tst" |
const | S_SURVEY = "svy" |
const | S_CONTENTPAGE = "copa" |
const | S_EXERCISE = "exc" |
const | S_IND_ASSESSMENT = "iass" |
const | S_FILE = "file" |
Protected Member Functions | |
getObjectTypeFor (int $ref_id) | |
Static Private Attributes | |
static array | $obj_with_online_status |
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
Definition at line 21 of file LSItemOnlineStatus.php.
|
protected |
Definition at line 63 of file LSItemOnlineStatus.php.
Referenced by hasOnlineStatus().
LSItemOnlineStatus::getOnlineStatus | ( | int | $ref_id | ) |
Definition at line 49 of file LSItemOnlineStatus.php.
References ilObject\_lookupObjId(), hasOnlineStatus(), and ilObject\lookupOfflineStatus().
LSItemOnlineStatus::hasOnlineStatus | ( | int | $ref_id | ) |
Definition at line 57 of file LSItemOnlineStatus.php.
References $type, and getObjectTypeFor().
Referenced by getOnlineStatus().
LSItemOnlineStatus::setOnlineStatus | ( | int | $ref_id, |
bool | $status | ||
) |
Definition at line 42 of file LSItemOnlineStatus.php.
References ilObjectFactory\getInstanceByRefId().
|
staticprivate |
Definition at line 33 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_CONTENTPAGE = "copa" |
Definition at line 28 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_EXERCISE = "exc" |
Definition at line 29 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_FILE = "file" |
Definition at line 31 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_IND_ASSESSMENT = "iass" |
Definition at line 30 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_LEARNMODULE_HTML = "htlm" |
Definition at line 24 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_LEARNMODULE_IL = "lm" |
Definition at line 23 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_SAHS = "sahs" |
Definition at line 25 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_SURVEY = "svy" |
Definition at line 27 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_TEST = "tst" |
Definition at line 26 of file LSItemOnlineStatus.php.