StatusDeterminerHookDispatcher
class StatusDeterminerHookDispatcher extends HookDispatcher implements StatusDeterminerInterface (View source)
Call hooks
Properties
protected | $hookManager | var HookManager |
from HookDispatcher |
protected | $names | from HookDispatcher |
Methods
null|int
determineStatusCode($result)
Call all status determiners, and see if any of them know how to convert to a status code.
callDeterminer($determiner, $result)
No description
Details
__construct(HookManager $hookManager, $names)
No description
getHooks($hooks, $annotationData = null)
No description
null|int
determineStatusCode($result)
Call all status determiners, and see if any of them know how to convert to a status code.
protected
callDeterminer($determiner, $result)
No description