ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Representation of ECS EContent Time Place. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
loadFromJson ($a_json) | |
load from json More... | |
setBegin ($a_begin) | |
set begin More... | |
getBegin () | |
get begin More... | |
getUTBegin () | |
get begin as unix time More... | |
setEnd ($a_end) | |
set end More... | |
getEnd () | |
get end More... | |
getUTEnd () | |
get end as unix time More... | |
setRoom ($a_room) | |
set room More... | |
getRoom () | |
get room More... | |
setCycle ($a_cycle) | |
set cycle More... | |
getCycle () | |
get cycle More... | |
Data Fields | |
$room = '' | |
$begin = '' | |
$end = '' | |
$cycle = '' | |
Representation of ECS EContent Time Place.
Definition at line 34 of file class.ilECSTimePlace.php.
ilECSTimePlace::__construct | ( | ) |
ilECSTimePlace::getBegin | ( | ) |
ilECSTimePlace::getCycle | ( | ) |
get cycle
public
Definition at line 210 of file class.ilECSTimePlace.php.
References $cycle.
ilECSTimePlace::getEnd | ( | ) |
ilECSTimePlace::getRoom | ( | ) |
ilECSTimePlace::getUTBegin | ( | ) |
get begin as unix time
public
Definition at line 120 of file class.ilECSTimePlace.php.
References IL_CAL_DATE, IL_CAL_UNIX, and ilTimeZone\UTC.
Referenced by loadFromJson().
ilECSTimePlace::getUTEnd | ( | ) |
get end as unix time
public
Definition at line 161 of file class.ilECSTimePlace.php.
References IL_CAL_DATE, IL_CAL_UNIX, and ilTimeZone\UTC.
Referenced by loadFromJson().
ilECSTimePlace::loadFromJson | ( | $a_json | ) |
load from json
public
object | json representation |
ilException |
Definition at line 59 of file class.ilECSTimePlace.php.
References $DIC, $GLOBALS, $ilLog, ilDateTime\_before(), getUTBegin(), getUTEnd(), IL_CAL_DATE, and IL_CAL_UNIX.
ilECSTimePlace::setBegin | ( | $a_begin | ) |
set begin
public
Definition at line 93 of file class.ilECSTimePlace.php.
References IL_CAL_DATE, IL_CAL_UNIX, and ilTimeZone\UTC.
ilECSTimePlace::setCycle | ( | $a_cycle | ) |
ilECSTimePlace::setEnd | ( | $a_end | ) |
set end
public
string | end |
Definition at line 134 of file class.ilECSTimePlace.php.
References IL_CAL_DATE, IL_CAL_UNIX, and ilTimeZone\UTC.
ilECSTimePlace::setRoom | ( | $a_room | ) |
ilECSTimePlace::$begin = '' |
Definition at line 37 of file class.ilECSTimePlace.php.
Referenced by getBegin().
ilECSTimePlace::$cycle = '' |
Definition at line 39 of file class.ilECSTimePlace.php.
Referenced by getCycle().
ilECSTimePlace::$end = '' |
Definition at line 38 of file class.ilECSTimePlace.php.
Referenced by getEnd().
ilECSTimePlace::$room = '' |
Definition at line 36 of file class.ilECSTimePlace.php.
Referenced by getRoom().