controller
in
Controller base interface
Tags
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