ILIAS
eassessment Revision 61809
|
Public Member Functions | |
unix_to_duration ($seconds) | |
mod ($a, $b, &$d, &$r) | |
getduration ($seconds) | |
mkduration ($n, $Y, $Mo, $D, $H, $Mi, $S) | |
duration_to_unix ($duration) | |
is_duration ($duration) | |
_test ($time) | |
add ($d1, $d2) | |
subtract ($d1, $d2) |
Definition at line 57 of file class.ilBMFType_duration.php.
ilBMFType_duration::_test | ( | $time | ) |
Definition at line 127 of file class.ilBMFType_duration.php.
References $t, duration_to_unix(), is_duration(), and unix_to_duration().
ilBMFType_duration::add | ( | $d1, | |
$d2 | |||
) |
Definition at line 138 of file class.ilBMFType_duration.php.
References duration_to_unix(), and unix_to_duration().
ilBMFType_duration::duration_to_unix | ( | $duration | ) |
Definition at line 114 of file class.ilBMFType_duration.php.
References $ereg_duration, and mkduration().
Referenced by _test(), add(), and subtract().
ilBMFType_duration::getduration | ( | $seconds | ) |
Definition at line 69 of file class.ilBMFType_duration.php.
Referenced by unix_to_duration().
ilBMFType_duration::is_duration | ( | $duration | ) |
Definition at line 122 of file class.ilBMFType_duration.php.
References $ereg_duration.
Referenced by _test().
ilBMFType_duration::mkduration | ( | $n, | |
$Y, | |||
$Mo, | |||
$D, | |||
$H, | |||
$Mi, | |||
$S | |||
) |
Definition at line 101 of file class.ilBMFType_duration.php.
References $Y.
Referenced by duration_to_unix().
ilBMFType_duration::mod | ( | $a, | |
$b, | |||
& | $d, | ||
& | $r | ||
) |
Definition at line 64 of file class.ilBMFType_duration.php.
References $d.
Referenced by getduration().
ilBMFType_duration::subtract | ( | $d1, | |
$d2 | |||
) |
Definition at line 144 of file class.ilBMFType_duration.php.
References duration_to_unix(), and unix_to_duration().
ilBMFType_duration::unix_to_duration | ( | $seconds | ) |
Definition at line 60 of file class.ilBMFType_duration.php.
References getduration().
Referenced by _test(), add(), and subtract().