Trait Helpers
Trait as partial class for \MvcCore\Application
:
- Helper methods for normal requests and error requests dispatching.
- Helper methods for core classes configuration.
Direct Known Users
MvcCore\Application
public
string
|
|
public
string
|
|
public
boolean
|
|
public
boolean
|
|
protected
|
#
setCoreClass( string $newCoreClassName, string $coreClassVar, string $coreClassInterface )
Set core class name only if given class string implements given core interface, else thrown an exception. |
protected
|
#
setHandler( array & $handlers, callable $handler, integer|null $priorityIndex = NULL )
Set pre-route, pre-dispatch or post-dispatch handler under specific priority index. |