ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | $obj_with_online_status |
Definition at line 5 of file LSItemOnlineStatus.php.
|
protected |
Definition at line 50 of file LSItemOnlineStatus.php.
Referenced by hasOnlineStatus().
LSItemOnlineStatus::getOnlineStatus | ( | int | $ref_id | ) |
Definition at line 32 of file LSItemOnlineStatus.php.
References ilObject\_lookupObjId(), hasOnlineStatus(), and ilObject\lookupOfflineStatus().
LSItemOnlineStatus::hasOnlineStatus | ( | int | $ref_id | ) |
Definition at line 40 of file LSItemOnlineStatus.php.
References $type, and getObjectTypeFor().
Referenced by getOnlineStatus().
LSItemOnlineStatus::setOnlineStatus | ( | int | $ref_id, |
bool | $status | ||
) |
Definition at line 25 of file LSItemOnlineStatus.php.
References ilObjectFactory\getInstanceByRefId().
|
staticprivate |
Definition at line 17 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_CONTENTPAGE = "copa" |
Definition at line 12 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_EXERCISE = "exc" |
Definition at line 13 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_FILE = "file" |
Definition at line 15 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_IND_ASSESSMENT = "iass" |
Definition at line 14 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_LEARNMODULE_HTML = "htlm" |
Definition at line 8 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_LEARNMODULE_IL = "lm" |
Definition at line 7 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_SAHS = "sahs" |
Definition at line 9 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_SURVEY = "svy" |
Definition at line 11 of file LSItemOnlineStatus.php.
const LSItemOnlineStatus::S_TEST = "tst" |
Definition at line 10 of file LSItemOnlineStatus.php.