controller
in
Controller base interface
Table of Contents
request() | Request processing, false prevent execution of @see process() | bool |
---|---|---|
hasAccess() | Access check processing, false prevent execution of @see request() @see process() | bool |
process() | Controller-Processing | bool |
Methods
request()
Request processing, false prevent execution of @see process()
public
request(
)
: bool
Return values
boolhasAccess()
Access check processing, false prevent execution of @see request() @see process()
public
hasAccess(
)
: bool
Return values
boolprocess()
Controller-Processing
public
process(
)
: bool