class FeatureAv extends BaseAction implements EventSubscriberInterface

Methods

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

Toggle visibility for an object

from  BaseAction
create( FeatureAvCreateEvent $event, $eventName, EventDispatcherInterface $dispatcher)

Create a new feature entry

update( FeatureAvUpdateEvent $event, $eventName, EventDispatcherInterface $dispatcher)

Change a product feature

delete( FeatureAvDeleteEvent $event, $eventName, EventDispatcherInterface $dispatcher)

Delete a product feature entry

updatePosition( UpdatePositionEvent $event, $eventName, EventDispatcherInterface $dispatcher)

Changes position, selecting absolute ou relative change.

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 34
create( FeatureAvCreateEvent $event, $eventName, EventDispatcherInterface $dispatcher)

Create a new feature entry

Parameters

FeatureAvCreateEvent $event
$eventName
EventDispatcherInterface $dispatcher

at line 58
update( FeatureAvUpdateEvent $event, $eventName, EventDispatcherInterface $dispatcher)

Change a product feature

Parameters

FeatureAvUpdateEvent $event
$eventName
EventDispatcherInterface $dispatcher

at line 83
delete( FeatureAvDeleteEvent $event, $eventName, EventDispatcherInterface $dispatcher)

Delete a product feature entry

Parameters

FeatureAvDeleteEvent $event
$eventName
EventDispatcherInterface $dispatcher

at line 102
updatePosition( UpdatePositionEvent $event, $eventName, EventDispatcherInterface $dispatcher)

Changes position, selecting absolute ou relative change.

Parameters

UpdatePositionEvent $event
$eventName
EventDispatcherInterface $dispatcher

at line 110
static getSubscribedEvents()

{@inheritDoc}