class HttpException extends BaseAction implements EventSubscriberInterface

Class HttpException

Methods

mixed
genericToggleVisibility( ModelCriteria $query, ToggleVisibilityEvent $event, EventDispatcherInterface $dispatcher = null)

Toggle visibility for an object

from  BaseAction
__construct( ParserInterface $parser)

No description

checkHttpException( GetResponseForExceptionEvent $event)

No description

static 
getSubscribedEvents()

{@inheritdoc}

Details

in BaseAction at line 130
mixed genericToggleVisibility( ModelCriteria $query, ToggleVisibilityEvent $event, EventDispatcherInterface $dispatcher = null)

Toggle visibility for an object

Parameters

ModelCriteria $query
ToggleVisibilityEvent $event
EventDispatcherInterface $dispatcher

Return Value

mixed

at line 37
__construct( ParserInterface $parser)

Parameters

ParserInterface $parser

at line 42
checkHttpException( GetResponseForExceptionEvent $event)

Parameters

GetResponseForExceptionEvent $event

at line 108
static getSubscribedEvents()

{@inheritdoc}