Public Member Functions | |
clean () | |
import ($scope) | |
getActualValue () | |
exportValue () | |
Static Public Member Functions | |
static | stringToTimeList ($string) |
Protected Attributes | |
$value = array() |
Definition at line 15 of file TimeList.class.php.
TimeList::clean | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 22 of file TimeList.class.php.
TimeList::exportValue | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 84 of file TimeList.class.php.
TimeList::getActualValue | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 57 of file TimeList.class.php.
TimeList::import | ( | $ | scope | ) |
Reimplemented from BasePrimitive.
Definition at line 31 of file TimeList.class.php.
References stringToTimeList().
static TimeList::stringToTimeList | ( | $ | string | ) | [static] |
Definition at line 67 of file TimeList.class.php.
References Time::create().
Referenced by import().
TimeList::$value = array() [protected] |
Reimplemented from BasePrimitive.
Definition at line 17 of file TimeList.class.php.