|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for ilBMFType_duration: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().
Here is the call graph for this function:| ilBMFType_duration::add | ( | $d1, | |
| $d2 | |||
| ) |
Definition at line 138 of file class.ilBMFType_duration.php.
References duration_to_unix(), and unix_to_duration().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBMFType_duration::getduration | ( | $seconds | ) |
Definition at line 69 of file class.ilBMFType_duration.php.
Referenced by unix_to_duration().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBMFType_duration::is_duration | ( | $duration | ) |
Definition at line 122 of file class.ilBMFType_duration.php.
References $ereg_duration.
Referenced by _test().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| ilBMFType_duration::mod | ( | $a, | |
| $b, | |||
| & | $d, | ||
| & | $r | ||
| ) |
Definition at line 64 of file class.ilBMFType_duration.php.
References $d.
Referenced by getduration().
Here is the caller graph for this function:| ilBMFType_duration::subtract | ( | $d1, | |
| $d2 | |||
| ) |
Definition at line 144 of file class.ilBMFType_duration.php.
References duration_to_unix(), and unix_to_duration().
Here is the call graph for this function:| ilBMFType_duration::unix_to_duration | ( | $seconds | ) |
Definition at line 60 of file class.ilBMFType_duration.php.
References getduration().
Referenced by _test(), add(), and subtract().
Here is the call graph for this function:
Here is the caller graph for this function: