PHP Class Redaxscript\Modules\Contact\Contact

Since: 2.6.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Module
Afficher le fichier Open project: redaxmedia/redaxscript

Protected Properties

Свойство Type Description
$_moduleArray array array of the module

Méthodes publiques

Méthode Description
process ( ) : string process
render ( ) render
routerStart ( ) routerStart

Méthodes protégées

Méthode Description
_error ( array $errorArray = [] ) : string error
_mail ( array $mailArray = [] ) : boolean mail
_success ( ) : string success
_validate ( array $postArray = [] ) : array validate

Method Details

_error() protected static méthode

error
Since: 3.0.0
protected static _error ( array $errorArray = [] ) : string
$errorArray array array of the error
Résultat string

_mail() protected static méthode

mail
Since: 3.0.0
protected static _mail ( array $mailArray = [] ) : boolean
$mailArray array
Résultat boolean

_success() protected static méthode

success
Since: 3.0.0
protected static _success ( ) : string
Résultat string

_validate() protected static méthode

validate
Since: 3.0.0
protected static _validate ( array $postArray = [] ) : array
$postArray array array of the post
Résultat array

process() public static méthode

process
Since: 3.0.0
public static process ( ) : string
Résultat string

render() public static méthode

render
Since: 2.6.0 return Form
public static render ( )

routerStart() public static méthode

routerStart
Since: 3.0.0
public static routerStart ( )

Property Details

$_moduleArray protected_oe static_oe property

array of the module
protected static array $_moduleArray
Résultat array