Classes summary
cContentTypePifaForm |
Content type CMS_PIFAFORM which lets the editor configure a PIFA form to be
displayed in frontend. |
DefaultFormModule |
|
DefaultFormProcessor |
Default implementation of the abstract form processor that implements no
postprocessing at all. |
ExampleOptionsDatasource |
This is an example for an external options data source. |
MailedFormProcessor |
The given data should be send via email to the systems mail address and a
confirmation mail to the user itself. This feature can be accomplished by
extending the class PifaFormAbstractProcessor and implementing its method
_processStoredData(). |
Pifa |
Helper class for this plugin. |
PifaAbstractFormModule |
|
PifaAbstractFormProcessor |
This form post helper should simplify the implementation of typical form
processing. Its main method process() wraps the steps read data from request,
validate data and persist data in database. In order to make this approach more
customizable three protected "event handler" were defined that can be
implemented by a concrete implementation of this class. These allow to
preprocess the data read from the request before it's going to be validated and
to be postprocessed after it's been persisted into the database. |
PifaAjaxHandler |
|
PifaExternalOptionsDatasourceInterface |
Abstract class to read labels and values to be used for PIFA field options from
an external datasource. |
PifaField |
contains meta data of a PIFA field |
PifaFieldCollection |
PIFA field collection. |
PifaForm |
contains meta data of PIFA forms |
PifaFormCollection |
|
PifaLeftBottomPage |
Creates a page to be displayed in the left bottom frame. |
PifaRightBottomFormDataPage |
Creates a page to be displayed in the right bottom frame. |
PifaRightBottomFormFieldsPage |
Creates a page to be displayed in the right bottom frame. |
PifaRightBottomFormPage |
Creates a page to be displayed in the right bottom frame. |
SolrRightBottomPage |
Creates a page to be displayed in the right bottom frame. |