Squiz Matrix
4.12.2
|
Public Member Functions | |
Asset_Attribute_Date_List ($attributeid=0, $value=null) | |
paint ($prefix, $read_only=false) | |
process ($prefix) | |
validateValue (&$value) | |
Definition at line 34 of file date_list.inc.
Asset_Attribute_Date_List | ( | $attributeid = 0 , |
|
$value = null |
|||
) |
Constructor
int | $attributeid | the attribute id to be loaded |
mixed | $value | the current value for the element |
Definition at line 45 of file date_list.inc.
paint | ( | $prefix, | |
$read_only = false |
|||
) |
Print the interface for filling in a value
string | $prefix | prefix for the form elements |
boolean | $read_only | are we just printing the value |
Definition at line 64 of file date_list.inc.
process | ( | $prefix | ) |
Process the interface for filling in a value
string | $prefix | prefix for the form elements |
Definition at line 130 of file date_list.inc.
validateValue | ( | & | $value | ) |
Ensure the attribute being set is valid
mixed | &$value | value to be validated |
Definition at line 155 of file date_list.inc.