Documentation

controller

Controller base interface

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2022, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

Table of Contents

hasAccess()  : bool
Access check processing, false prevent execution of @see request() @see process()
process()  : bool
Controller-Processing
request()  : bool
Request processing, false prevent execution of @see process()

Methods

hasAccess()

Access check processing, false prevent execution of @see request() @see process()

public hasAccess() : bool
Return values
bool

process()

Controller-Processing

public process() : bool
Return values
bool

request()

Request processing, false prevent execution of @see process()

public request() : bool
Return values
bool

Search results