PHP Class Phosphorum\Controllers\ControllerBase

Inheritance: extends Phalcon\Mvc\Controller
Afficher le fichier Open project: phalcon/forum Class Usage Examples

Méthodes publiques

Méthode Description
initialize ( ) This initializes the timezone in each request
onConstruct ( )

Méthodes protégées

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

Method Details

checkCaptcha() protected méthode

Validation Google captcha
protected checkCaptcha ( ) : boolean
Résultat boolean

initialize() public méthode

This initializes the timezone in each request
public initialize ( )

isUserTrust() protected méthode

protected isUserTrust ( ) : boolean
Résultat boolean

onConstruct() public méthode

public onConstruct ( )

prepareQueries() protected méthode

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
Résultat array