|
KWeb
6.4
|
Podstawowa klasa do implementowania atrybutow. More...
Public Member Functions | |
| __construct ($id, $title, $explode, $implode, $opt=array()) | |
| getType () | |
| Zwraca nazwę typu . | |
| getTemplatePrinters () | |
| Returns an array of template printers (attribute/edit/__PRINTER.inc) | |
| convertData ($value, $format, $conversion) | |
Data Fields | |
| $explode | |
| $implode | |
Podstawowa klasa do implementowania atrybutow.
| KWebAttribute_Array::__construct | ( | $ | id, |
| $ | title, | ||
| $ | explode, | ||
| $ | implode, | ||
| $ | opt = array() |
||
| ) |
| KWebAttribute_Array::convertData | ( | $ | value, |
| $ | format, | ||
| $ | conversion | ||
| ) |
| $conversion | true (CONVERT_TO) - dane mają być pokazane W formularzu, false (CONVERT_FROM) - dane pochodzą Z formularza |
Reimplemented from KWebAttribute.
Reimplemented in KWebAttribute_Item_Keywords.
| KWebAttribute_Array::getTemplatePrinters | ( | ) |
Returns an array of template printers (attribute/edit/__PRINTER.inc)
Reimplemented from KWebAttribute.
Reimplemented in KWebAttribute_Item_Keywords.
| KWebAttribute_Array::getType | ( | ) |
| KWebAttribute_Array::$explode |
| KWebAttribute_Array::$implode |