PHP 클래스 Redaxscript\Controller\Comment

부터: 3.0.0
저자: Henry Ruhs
저자: Balázs Szilágyi
상속: extends ControllerAbstract
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

공개 메소드들

메소드 설명
process ( ) : string process the class

보호된 메소드들

메소드 설명
_create ( array $createArray = [] ) : boolean create the comment
_error ( array $errorArray = [] ) : string show the error
_mail ( array $mailArray = [] ) : boolean send the mail
_success ( array $successArray = [] ) : string show the success
_validate ( array $postArray = [] ) : array validate
_warning ( array $warningArray = [] ) : string show the warning

메소드 상세

_create() 보호된 메소드

create the comment
부터: 3.0.0
protected _create ( array $createArray = [] ) : boolean
$createArray array array of the create
리턴 boolean

_error() 보호된 메소드

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

_mail() 보호된 메소드

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

_success() 보호된 메소드

show the success
부터: 3.0.0
protected _success ( array $successArray = [] ) : string
$successArray array array of the success
리턴 string

_validate() 보호된 메소드

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

_warning() 보호된 메소드

show the warning
부터: 3.0.0
protected _warning ( array $warningArray = [] ) : string
$warningArray array array of the warning
리턴 string

process() 공개 메소드

process the class
부터: 3.0.0
public process ( ) : string
리턴 string