Home
last modified time | relevance | path

Searched refs:getEndingTime (Results 1 – 23 of 23) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/RemoteTest/classes/
H A Dclass.ilObjRemoteTest.php97 public function getEndingTime() function in ilObjRemoteTest
144 $a_fields["availability_end"] = array("integer", (int) $this->getEndingTime());
H A Dclass.ilObjRemoteTestGUI.php49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
/dports/www/ilias/ILIAS-5.4.25/Modules/RemoteGroup/classes/
H A Dclass.ilObjRemoteGroup.php98 public function getEndingTime() function in ilObjRemoteGroup
145 $a_fields["availability_end"] = array("integer", (int) $this->getEndingTime());
H A Dclass.ilObjRemoteGroupGUI.php49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
/dports/www/ilias6/ILIAS-6.14/Modules/RemoteTest/classes/
H A Dclass.ilObjRemoteTest.php97 public function getEndingTime() function in ilObjRemoteTest
144 $a_fields["availability_end"] = array("integer", (int) $this->getEndingTime());
H A Dclass.ilObjRemoteTestGUI.php49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
/dports/www/ilias6/ILIAS-6.14/Modules/RemoteGroup/classes/
H A Dclass.ilObjRemoteGroup.php98 public function getEndingTime() function in ilObjRemoteGroup
145 $a_fields["availability_end"] = array("integer", (int) $this->getEndingTime());
H A Dclass.ilObjRemoteGroupGUI.php49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
/dports/www/ilias/ILIAS-5.4.25/Modules/RemoteCourse/classes/
H A Dclass.ilObjRemoteCourse.php97 public function getEndingTime() function in ilObjRemoteCourse
144 $a_fields["r_end"] = array("integer", (int) $this->getEndingTime());
H A Dclass.ilObjRemoteCourseGUI.php49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
/dports/www/ilias6/ILIAS-6.14/Modules/RemoteCourse/classes/
H A Dclass.ilObjRemoteCourse.php97 public function getEndingTime() function in ilObjRemoteCourse
144 $a_fields["r_end"] = array("integer", (int) $this->getEndingTime());
H A Dclass.ilObjRemoteCourseGUI.php49 new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX)
/dports/www/ilias/ILIAS-5.4.25/Modules/Session/classes/
H A Dclass.ilSessionAppointment.php265 public function getEndingTime() function in ilSessionAppointment
281 … return ilSessionAppointment::_timeToString($this->getStartingTime(), $this->getEndingTime());
319 …ionAppointment::_appointmentToString($this->getStartingTime(), $this->getEndingTime(), $this->enab…
334 $new_app->setEndingTime($this->getEndingTime());
/dports/www/ilias6/ILIAS-6.14/Modules/Session/classes/
H A Dclass.ilSessionAppointment.php265 public function getEndingTime() function in ilSessionAppointment
281 … return ilSessionAppointment::_timeToString($this->getStartingTime(), $this->getEndingTime());
319 …ionAppointment::_appointmentToString($this->getStartingTime(), $this->getEndingTime(), $this->enab…
334 $new_app->setEndingTime($this->getEndingTime());
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilObjTest.php1276 'ending_time' => array('integer', $this->getEndingTime()),
1396 'ending_time' => array('integer', $this->getEndingTime()),
2972 if ($this->getEndingTime() != 0) {
2973 $ending = $this->getEndingTime();
3068 public function getEndingTime() function in ilObjTest
5580 if ($this->isEndingTimeEnabled() && $this->getEndingTime() != 0) {
5582 if ($now > $this->getEndingTime()) {
6477 if ($this->getEndingTime()) {
7126 $newObj->setEndingTime($this->getEndingTime());
8297 …_time_reached"), ilDatePresentation::formatDate(new ilDateTime($this->getEndingTime(), IL_CAL_UNIX…
[all …]
H A Dclass.ilObjTestSettingsGeneralGUI.php836 if ($this->testOBJ->getEndingTime() != 0) {
837 $endingtime->setDate(new ilDateTime($this->testOBJ->getEndingTime(), IL_CAL_UNIX));
H A Dclass.ilTestPlayerAbstractGUI.php1406 …ached"), ilDatePresentation::formatDate(new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX…
1511 $date_time = new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX);
H A Dclass.ilObjTestGUI.php2849 $ending_time = $this->object->getEndingTime();
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilObjTest.php1279 'ending_time' => array('integer', $this->getEndingTime()),
1400 'ending_time' => array('integer', $this->getEndingTime()),
2993 if ($this->getEndingTime() != 0) {
2994 $ending = $this->getEndingTime();
3089 public function getEndingTime() function in ilObjTest
5601 if ($this->isEndingTimeEnabled() && $this->getEndingTime() != 0) {
5603 if ($now > $this->getEndingTime()) {
6507 if ($this->getEndingTime()) {
7153 $newObj->setEndingTime($this->getEndingTime());
8325 …_time_reached"), ilDatePresentation::formatDate(new ilDateTime($this->getEndingTime(), IL_CAL_UNIX…
[all …]
H A Dclass.ilObjTestSettingsGeneralGUI.php836 if ($this->testOBJ->getEndingTime() != 0) {
837 $endingtime->setDate(new ilDateTime($this->testOBJ->getEndingTime(), IL_CAL_UNIX));
H A Dclass.ilTestPlayerAbstractGUI.php1403 …ached"), ilDatePresentation::formatDate(new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX…
1512 $date_time = new ilDateTime($this->object->getEndingTime(), IL_CAL_UNIX);
H A Dclass.ilObjTestGUI.php2908 $ending_time = $this->object->getEndingTime();
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/
H A DGoogle_OrkutService.php1809 public function getEndingTime() { function in Google_CommunityPoll