class StatusDeterminerHookDispatcher extends HookDispatcher implements StatusDeterminerInterface (View source)

Call hooks

Properties

protected $hookManager

var HookManager

from  HookDispatcher
protected $names from  HookDispatcher

Methods

__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.

callDeterminer($determiner, $result)

No description

Details

__construct(HookManager $hookManager, $names)

No description

Parameters

HookManager $hookManager
$names

getHooks($hooks, $annotationData = null)

No description

Parameters

$hooks
$annotationData

null|int determineStatusCode($result)

Call all status determiners, and see if any of them know how to convert to a status code.

Parameters

$result

Return Value

null|int

protected callDeterminer($determiner, $result)

No description

Parameters

$determiner
$result