Class CMS_forms_action
Represents an action attributed to a formular. Content of formular can be send by email, stored into a file, and user redirectied to given URL, etc. In any case form values are always recorded in database.
Some predefined types are determined :
Located in /automne/classes/modules/cms_forms/action.php (line 38)
CMS_grandFather | --CMS_resource | --CMS_superResource | --CMS_forms_action
Gets the array of all the type of destinations for a formular
Returns an array of all CMS_forms_action associated to a given formular ID and ordered by type
Inherited From CMS_superResource
CMS_superResource::CMS_superResource()
CMS_superResource::destroy()
CMS_superResource::getBoolean()
CMS_superResource::getDefaultValue()
CMS_superResource::getExternalLink()
CMS_superResource::getFilePath()
CMS_superResource::getID()
CMS_superResource::getImagePath()
CMS_superResource::getInteger()
CMS_superResource::getInternalLinkPage()
CMS_superResource::getLink()
CMS_superResource::getLinkType()
CMS_superResource::getList()
CMS_superResource::getObject()
CMS_superResource::getOrder()
CMS_superResource::getOrderMax()
CMS_superResource::getString()
CMS_superResource::getTableData()
CMS_superResource::getTheDate()
CMS_superResource::getValue()
CMS_superResource::moveDown()
CMS_superResource::moveTo()
CMS_superResource::moveUp()
CMS_superResource::search()
CMS_superResource::setBoolean()
CMS_superResource::setDate()
CMS_superResource::setExternalLink()
CMS_superResource::setFile()
CMS_superResource::setImage()
CMS_superResource::setInteger()
CMS_superResource::setInternalLink()
CMS_superResource::setLink()
CMS_superResource::setObject()
CMS_superResource::setOrder()
CMS_superResource::setString()
CMS_superResource::setValue()
CMS_superResource::writeToPersistence()
CMS_superResource::_hasResource()
CMS_superResource::_initObjects()
Inherited From CMS_resource
CMS_resource::CMS_resource()
CMS_resource::addEdition()
CMS_resource::addValidationRefused()
CMS_resource::cancelAllEditions()
CMS_resource::destroy()
CMS_resource::getAllDataLocations()
CMS_resource::getAllLinkTypes()
CMS_resource::getEditors()
CMS_resource::getEditorsStack()
CMS_resource::getID()
CMS_resource::getLocation()
CMS_resource::getLock()
CMS_resource::getLockDate()
CMS_resource::getProposedLocation()
CMS_resource::getPublication()
CMS_resource::getPublicationDateEnd()
CMS_resource::getPublicationDateStart()
CMS_resource::getStatus()
CMS_resource::isProposedForOutsideUserspace()
CMS_resource::lock()
CMS_resource::removeProposedLocation()
CMS_resource::resetEditorsStack()
CMS_resource::setProposedLocation()
CMS_resource::setPublicationDates()
CMS_resource::unlock()
CMS_resource::validateEdition()
CMS_resource::validateProposedLocation()
CMS_resource::writeToPersistence()
Inherited From CMS_grandFather
CMS_grandFather::autoload()
CMS_grandFather::hasError()
CMS_grandFather::log()
CMS_grandFather::PHPErrorHandler()
CMS_grandFather::raiseError()
CMS_grandFather::setDebug()
CMS_grandFather::setLog()
CMS_grandFather::_raiseError()
CMS_grandFather::__call()
Form destination type : action if form is already folded
Form destination type : Authenticate user
Form destination type : File (Stores content of a form in database)
Form destination type : Email (Send form results to email(s))
Form destination type : Email (Send form results to email(s) in given field)
Form destination type : action if form validation is not OK
Form destination type : action if form validation is OK
(high id because it must be the last action done)
Execute specific PHP code
Inherited from CMS_resource
CMS_resource::MESSAGE_RESOURCE_LINK_TYPE_EXTERNAL
CMS_resource::MESSAGE_RESOURCE_LINK_TYPE_FILE
CMS_resource::MESSAGE_RESOURCE_LINK_TYPE_INTERNAL
CMS_resource::MESSAGE_RESOURCE_LINK_TYPE_NONE
Inherited from CMS_grandFather
CMS_grandFather::ERROR_LOG
CMS_grandFather::SYSTEM_LABEL
Documentation generated on Wed, 15 Feb 2012 15:27:58 +0100 by phpDocumentor 1.4.3