PHP Class App\Controllers\Admin\BaseController

Show file Open project: andrey900/slimcms Class Usage Examples

Public Properties

Property Type Description
$pageOrderBy
$pageOrderType

Protected Properties

Property Type Description
$containerSlim
$controllerName
$data
$resourse

Public Methods

Method Description
__construct ( $container )

Protected Methods

Method Description
afterRender ( )
beforeRender ( )
csrf ( $req )
getFields ( array $arFields, $arSave = [], $arHide = [] )
init ( )
initRoute ( $req, $res )
render ( $templateName )

Method Details

__construct() public method

public __construct ( $container )

afterRender() protected method

protected afterRender ( )

beforeRender() protected method

protected beforeRender ( )

csrf() protected method

protected csrf ( $req )

getFields() protected method

protected getFields ( array $arFields, $arSave = [], $arHide = [] )
$arFields array

init() protected method

protected init ( )

initRoute() protected method

protected initRoute ( $req, $res )

render() protected method

protected render ( $templateName )

Property Details

$containerSlim protected property

protected $containerSlim

$controllerName protected property

protected $controllerName

$data protected property

protected $data

$pageOrderBy public property

public $pageOrderBy

$pageOrderType public property

public $pageOrderType

$resourse protected property

protected $resourse