PHP Class TranslateBaseController, gxc-cms

Inheritance: extends RController
Afficher le fichier Open project: nganhtuan63/gxc-cms

Méthodes publiques

Méthode Description
filters ( ) : type Filter by using Modules Rights
redirect ( $url, $terminate = true, $statusCode = 302 ) override needed to check if its ajax, the redirect will be by javascript
render ( $view, $data = [], $return = false ) override needed to, in case of ajax requests, use renderPartial and disable the jquery

Method Details

filters() public méthode

Filter by using Modules Rights
public filters ( ) : type
Résultat type

redirect() public méthode

override needed to check if its ajax, the redirect will be by javascript
public redirect ( $url, $terminate = true, $statusCode = 302 )

render() public méthode

override needed to, in case of ajax requests, use renderPartial and disable the jquery
public render ( $view, $data = [], $return = false )