Interface HttpViewControllerInterface
Interface HttpViewControllerInterface
Direct known implementers
Indirect known implementers
Package: Http\Interfaces
Category: System
Located at SystemServices/Http/Interfaces/HttpViewControllerInterface.inc.php
Category: System
Located at SystemServices/Http/Interfaces/HttpViewControllerInterface.inc.php
Methods summary
public
|
#
proceed(
Processes a http response object which is get by invoking an action method. The action method is determined by the current http context. |
public
|
#
actionDefault( )
Default action method. Every controller child class requires at least the default action method, which is invoked when the ::_getQueryParameterData('do') value is not separated by a trailing slash. |