$request
$request :
Generic filter class.
All filters must derive from this class
__construct(\myMVC_HttpRequest $request, \myMVC_HttpSession $session, \class $calledClass, string $filterType, array $param = array())
Constructor.
\myMVC_HttpRequest | $request | The Request |
\myMVC_HttpSession | $session | The session |
\class | $calledClass | The called class (subclass of myMVC_BaseAction or myMVC_BaseView) |
string | $filterType | Filter type (PREACTION or PREVIEW) |
array | $param | The optional parameters of the filter |
filter() : \myMVC_HttpResponse
Do the job.
If the Controller has to call an action, returns an instance of myMVC_HttpResponse, otherwise NULL
Response code for an Action or NULL, if the program should continue