ILIAS
Release_4_0_x_branch Revision 61816
|
Representation of ECS EContent Time Place. More...
Public Member Functions | |
__construct () | |
Constructor. | |
loadFromJson ($a_json) | |
load from json | |
setBegin ($a_begin) | |
set begin | |
getBegin () | |
get begin | |
getUTBegin () | |
get begin as unix time | |
setEnd ($a_end) | |
set end | |
getEnd () | |
get end | |
getUTEnd () | |
get end as unix time | |
setRoom ($a_room) | |
set room | |
getRoom () | |
get room | |
setCycle ($a_cycle) | |
set cycle | |
getCycle () | |
get cycle |
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 113 of file class.ilECSTimePlace.php.
ilECSTimePlace::getUTEnd | ( | ) |
get end as unix time
public
Definition at line 158 of file class.ilECSTimePlace.php.
ilECSTimePlace::loadFromJson | ( | $a_json | ) |
load from json
public
object | json representation |
ilECSReaderException |
Definition at line 60 of file class.ilECSTimePlace.php.
References $ilLog.
ilECSTimePlace::setBegin | ( | $a_begin | ) |
set begin
public
Definition at line 84 of file class.ilECSTimePlace.php.
ilECSTimePlace::setCycle | ( | $a_cycle | ) |
set cycle
public
Definition at line 198 of file class.ilECSTimePlace.php.
ilECSTimePlace::setEnd | ( | $a_end | ) |
set end
public
string | end |
Definition at line 129 of file class.ilECSTimePlace.php.
ilECSTimePlace::setRoom | ( | $a_room | ) |
set room
public
string | room |
Definition at line 175 of file class.ilECSTimePlace.php.
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().