PHP Class TranslateBaseController, gxc-cms

Inheritance: extends RController
Mostra file Open project: nganhtuan63/gxc-cms

Public Methods

Method 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 method

Filter by using Modules Rights
public filters ( ) : type
return type

redirect() public method

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

render() public method

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