Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cContentTypePifaForm
  • DefaultFormModule
  • DefaultFormProcessor
  • ExampleOptionsDatasource
  • MailedFormProcessor
  • Pifa
  • PifaAbstractFormModule
  • PifaAbstractFormProcessor
  • PifaAjaxHandler
  • PifaExternalOptionsDatasourceInterface
  • PifaField
  • PifaFieldCollection
  • PifaForm
  • PifaFormCollection
  • PifaLeftBottomPage
  • PifaRightBottomFormDataPage
  • PifaRightBottomFormFieldsPage
  • PifaRightBottomFormPage
  • SolrRightBottomPage

Exceptions

  • PifaDatabaseException
  • PifaException
  • PifaIllegalStateException
  • PifaMailException
  • PifaNotImplementedException
  • PifaNotYetStoredException
  • PifaValidationException
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class 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().

Any uploads of the given form will be added as attachments to the system mail.

PifaAbstractFormProcessor
Extended by DefaultFormProcessor
Extended by MailedFormProcessor
Package: Plugin\FormAssistant
Copyright: four for business AG
Author: marcus.gnass
Located at plugins/form_assistant/extensions/class.pifa.mailed_form_processor.php
Methods summary
protected
# _processStoredData( )

Sends client & system mail independantly. If an error occurs on sending the first mail the second mail is sent nonetheless.

Sends client & system mail independantly. If an error occurs on sending the first mail the second mail is sent nonetheless.

Throws

PifaMailException
if any mail could not be sent

See

DefaultFormProcessor::_processStoredData()

Overrides

DefaultFormProcessor::_processStoredData()
protected array
# _getAttachmentNames( )

Return all files that were uploaded by the form as names of attachments to be added to the system mail.

Return all files that were uploaded by the form as names of attachments to be added to the system mail.

Returns

array
protected array
# _getAttachmentStrings( )

Returns an empty array cause there are no attachments that will be created on the fly.

Returns an empty array cause there are no attachments that will be created on the fly.

Returns

array
Methods inherited from DefaultFormProcessor
_processReadData(), _processValidatedData()
Methods inherited from PifaAbstractFormProcessor
__construct(), getForm(), getModule(), process(), setForm(), setModule()
Properties inherited from PifaAbstractFormProcessor
$_form
CMS CONTENIDO 4.9.2 API documentation generated by ApiGen 2.8.0