PHP Класс Phosphorum\Controllers\ControllerBase

Наследование: extends Phalcon\Mvc\Controller
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
initialize ( ) This initializes the timezone in each request
onConstruct ( )

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

Метод Описание
checkCaptcha ( ) : boolean Validation Google captcha
isUserTrust ( ) : boolean
prepareQueries ( boolean $joinReply = false ) : array This method prepares the queries to be executed in each list of posts The returned builders are used as base in the search, tagged list and index lists

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

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

Validation Google captcha
protected checkCaptcha ( ) : boolean
Результат boolean

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

This initializes the timezone in each request
public initialize ( )

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

protected isUserTrust ( ) : boolean
Результат boolean

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

public onConstruct ( )

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

This method prepares the queries to be executed in each list of posts The returned builders are used as base in the search, tagged list and index lists
protected prepareQueries ( boolean $joinReply = false ) : array
$joinReply boolean
Результат array