PHP Класс Redaxscript\Controller\Reset

С версии: 3.0.0
Автор: Henry Ruhs
Автор: Balázs Szilágyi
Наследование: extends ControllerAbstract
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
process ( ) : string process the class

Защищенные методы

Метод Описание
_error ( array $errorArray = [] ) : string show the error
_mail ( array $mailArray = [] ) : boolean send the mail
_reset ( array $resetArray = [] ) : boolean reset the password
_success ( ) : string show the success
_validate ( array $postArray = [], object $user = null ) : array validate

Описание методов

_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

_reset() защищенный Метод

reset the password
С версии: 3.0.0
protected _reset ( array $resetArray = [] ) : boolean
$resetArray array array of the reset
Результат boolean

_success() защищенный Метод

show the success
С версии: 3.0.0
protected _success ( ) : string
Результат string

_validate() защищенный Метод

validate
С версии: 3.0.0
protected _validate ( array $postArray = [], object $user = null ) : array
$postArray array array of the post
$user object object of the user
Результат array

process() публичный Метод

process the class
С версии: 3.0.0
public process ( ) : string
Результат string