KWeb
6.4
|
Public Member Functions | |
__construct ($id, $title, $opt=array()) | |
getType () | |
Zwraca nazwę typu . | |
getTemplatePrinters () | |
Returns an array of template printers (attribute/edit/__PRINTER.inc) | |
warmupAttribute (KWebObject_Attributable $object, $lang=false, $cache=false) | |
Warms up this attribute's data on the object. | |
getValue (KWebObject_Attributable $object, $lang=false) | |
Zwraca wartość atrybutu elementu z pominięciem konwersji. | |
convertData ($value, $format, $conversion) | |
checkValue (KWebObject_Attributable $object, &$value, $lang=false) | |
Checks the value for correctness. |
KWebAttribute_Item_Keywords::__construct | ( | $ | id, |
$ | title, | ||
$ | opt = array() |
||
) |
Reimplemented from KWebAttribute.
KWebAttribute_Item_Keywords::checkValue | ( | KWebObject_Attributable $ | object, |
&$ | value, | ||
$ | lang = false |
||
) |
Checks the value for correctness.
Value is in FORMAT_INTERNAL. In case of severe problem, an Exception may be thrown Value may be altered if necessary
Reimplemented from KWebAttribute.
KWebAttribute_Item_Keywords::convertData | ( | $ | value, |
$ | format, | ||
$ | conversion | ||
) |
$conversion | true (CONVERT_TO) - dane mają być pokazane W formularzu, false (CONVERT_FROM) - dane pochodzą Z formularza |
Reimplemented from KWebAttribute_Array.
KWebAttribute_Item_Keywords::getTemplatePrinters | ( | ) |
Returns an array of template printers (attribute/edit/__PRINTER.inc)
Reimplemented from KWebAttribute_Array.
KWebAttribute_Item_Keywords::getType | ( | ) |
Zwraca nazwę typu .
Reimplemented from KWebAttribute_Array.
KWebAttribute_Item_Keywords::getValue | ( | KWebObject_Attributable $ | object, |
$ | lang = false |
||
) |
Zwraca wartość atrybutu elementu z pominięciem konwersji.
Reimplemented from KWebAttribute.
KWebAttribute_Item_Keywords::warmupAttribute | ( | KWebObject_Attributable $ | object, |
$ | lang = false , |
||
$ | cache = false |
||
) |
Warms up this attribute's data on the object.
Reimplemented from KWebAttribute.