ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
setOnlineStatus (int $ref_id, bool $status) | |
getOnlineStatus (int $ref_id) | |
hasChangeableOnlineStatus (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) | |
getObject (int $ref_id) | |
Static Private Attributes | |
static array | $objs_with_check_for_online_status |
Definition at line 21 of file LSItemOnlineStatus.php.
|
protected |
Definition at line 73 of file LSItemOnlineStatus.php.
References $ref_id.
Referenced by hasChangeableOnlineStatus(), and setOnlineStatus().
|
protected |
Definition at line 68 of file LSItemOnlineStatus.php.
References $ref_id.
Referenced by hasChangeableOnlineStatus().
LSItemOnlineStatus::getOnlineStatus | ( | int | $ref_id | ) |
Definition at line 46 of file LSItemOnlineStatus.php.
References $ref_id, ilObject\_lookupObjId(), and ilObject\lookupOfflineStatus().
LSItemOnlineStatus::hasChangeableOnlineStatus | ( | int | $ref_id | ) |
Definition at line 51 of file LSItemOnlineStatus.php.
References getObject(), and getObjectTypeFor().
LSItemOnlineStatus::setOnlineStatus | ( | int | $ref_id, |
bool | $status | ||
) |
Definition at line 38 of file LSItemOnlineStatus.php.
References getObject().
|
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.