PHP 클래스 Redaxscript\Modules\Contact\Contact

부터: 2.6.0
저자: Henry Ruhs
상속: extends Redaxscript\Module
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_moduleArray array array of the module

공개 메소드들

메소드 설명
process ( ) : string process
render ( ) render
routerStart ( ) routerStart

보호된 메소드들

메소드 설명
_error ( array $errorArray = [] ) : string error
_mail ( array $mailArray = [] ) : boolean mail
_success ( ) : string success
_validate ( array $postArray = [] ) : array validate

메소드 상세

_error() 보호된 정적인 메소드

error
부터: 3.0.0
protected static _error ( array $errorArray = [] ) : string
$errorArray array array of the error
리턴 string

_mail() 보호된 정적인 메소드

mail
부터: 3.0.0
protected static _mail ( array $mailArray = [] ) : boolean
$mailArray array
리턴 boolean

_success() 보호된 정적인 메소드

success
부터: 3.0.0
protected static _success ( ) : string
리턴 string

_validate() 보호된 정적인 메소드

validate
부터: 3.0.0
protected static _validate ( array $postArray = [] ) : array
$postArray array array of the post
리턴 array

process() 공개 정적인 메소드

process
부터: 3.0.0
public static process ( ) : string
리턴 string

render() 공개 정적인 메소드

render
부터: 2.6.0 return Form
public static render ( )

routerStart() 공개 정적인 메소드

routerStart
부터: 3.0.0
public static routerStart ( )

프로퍼티 상세

$_moduleArray 보호되어 있는 정적으로 프로퍼티

array of the module
protected static array $_moduleArray
리턴 array