| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Representation of ECS EContent Time Place. More...
 Collaboration diagram for ilECSTimePlace:
 Collaboration diagram for ilECSTimePlace:| 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 208 of file class.ilECSTimePlace.php.
References $cycle.
| ilECSTimePlace::getEnd | ( | ) | 
| ilECSTimePlace::getRoom | ( | ) | 
| ilECSTimePlace::getUTBegin | ( | ) | 
get begin as unix time
public
Definition at line 112 of file class.ilECSTimePlace.php.
| ilECSTimePlace::getUTEnd | ( | ) | 
get end as unix time
public
Definition at line 157 of file class.ilECSTimePlace.php.
| ilECSTimePlace::loadFromJson | ( | $a_json | ) | 
load from json
public
| object | json representation | 
| ilException | 
Definition at line 60 of file class.ilECSTimePlace.php.
References $ilLog.
| ilECSTimePlace::setBegin | ( | $a_begin | ) | 
set begin
public
Definition at line 83 of file class.ilECSTimePlace.php.
| ilECSTimePlace::setCycle | ( | $a_cycle | ) | 
set cycle
public
Definition at line 196 of file class.ilECSTimePlace.php.
| ilECSTimePlace::setEnd | ( | $a_end | ) | 
set end
public
| string | end | 
Definition at line 128 of file class.ilECSTimePlace.php.
| ilECSTimePlace::setRoom | ( | $a_room | ) | 
set room
public
| string | room | 
Definition at line 173 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().