A widget really only does two things: it can print itself, and parse the resulting input data (and validate it, if applicable). More...
Public Member Functions | |
render ($obj, $token, $value) | |
Print widget. | |
Static Public Member Functions | |
static | validate ($obj, $token, $value) |
Validate and return widget's value. |
A widget really only does two things: it can print itself, and parse the resulting input data (and validate it, if applicable).