Interface IConstants
Direct known implementers
MvcCore\IControllerIndirect known implementers
MvcCore\Controller, MvcCore\Ext\Auths\Basics\Controller, MvcCore\Ext\Auths\Basics\SignInForm, MvcCore\Ext\Auths\Basics\SignOutForm, MvcCore\Ext\Forminteger |
DISPATCH_STATE_CREATED
Initial value after controller has been instantiated. |
#
0
|
integer |
DISPATCH_STATE_INITIALIZED
Value after executing the |
#
1
|
integer |
DISPATCH_STATE_PRE_DISPATCHED
Value after executing the |
#
2
|
integer |
DISPATCH_STATE_ACTION_EXECUTED
Value after executing the action method. |
#
3
|
integer |
DISPATCH_STATE_RENDERED
Value after executing the |
#
4
|
integer |
DISPATCH_STATE_TERMINATED
Value after executing the |
#
5
|