|
KWeb
6.4
|
Podstawowa klasa do implementowania atrybutow. More...
Public Member Functions | |
| __construct ($id, $title, $opt=array()) | |
| getType () | |
| Zwraca nazwÄ™ typu . | |
| convert_date ($value, $conversion) | |
| Convert FROM unix time TO date string in YYYY-MM-DD HH:MM:SS format. | |
| check_date (&$value) | |
| getSelectSql () | |
Podstawowa klasa do implementowania atrybutow.
| KWebAttribute_Date::__construct | ( | $ | id, |
| $ | title, | ||
| $ | opt = array() |
||
| ) |
Reimplemented from KWebAttribute.
Reimplemented in KWebAttribute_Task.
| KWebAttribute_Date::check_date | ( | &$ | value | ) |
| KWebAttribute_Date::convert_date | ( | $ | value, |
| $ | conversion | ||
| ) |
Convert FROM unix time TO date string in YYYY-MM-DD HH:MM:SS format.
| KWebAttribute_Date::getSelectSql | ( | ) |
Reimplemented from KWebAttribute.
| KWebAttribute_Date::getType | ( | ) |