PHP Class Redaxscript\Modules\Contact\Contact

Since: 2.6.0
Author: Henry Ruhs
Inheritance: extends Redaxscript\Module
Show file Open project: redaxmedia/redaxscript

Protected Properties

Property Type Description
$_moduleArray array array of the module

Public Methods

Method Description
process ( ) : string process
render ( ) render
routerStart ( ) routerStart

Protected Methods

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

Method Details

_error() protected static method

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

_mail() protected static method

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

_success() protected static method

success
Since: 3.0.0
protected static _success ( ) : string
return string

_validate() protected static method

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

process() public static method

process
Since: 3.0.0
public static process ( ) : string
return string

render() public static method

render
Since: 2.6.0 return Form
public static render ( )

routerStart() public static method

routerStart
Since: 3.0.0
public static routerStart ( )

Property Details

$_moduleArray protected static property

array of the module
protected static array $_moduleArray
return array