PHP Class Redaxscript\Controller\Comment

Since: 3.0.0
Author: Henry Ruhs
Author: Balázs Szilágyi
Inheritance: extends ControllerAbstract
Afficher le fichier Open project: redaxmedia/redaxscript Class Usage Examples

Méthodes publiques

Méthode Description
process ( ) : string process the class

Méthodes protégées

Méthode Description
_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

Method Details

_create() protected méthode

create the comment
Since: 3.0.0
protected _create ( array $createArray = [] ) : boolean
$createArray array array of the create
Résultat boolean

_error() protected méthode

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

_mail() protected méthode

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

_success() protected méthode

show the success
Since: 3.0.0
protected _success ( array $successArray = [] ) : string
$successArray array array of the success
Résultat string

_validate() protected méthode

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

_warning() protected méthode

show the warning
Since: 3.0.0
protected _warning ( array $warningArray = [] ) : string
$warningArray array array of the warning
Résultat string

process() public méthode

process the class
Since: 3.0.0
public process ( ) : string
Résultat string