NodeRemovedFromCache
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $path : string
- $propagationStopped : bool
- $storage : IStorage
Methods
- __construct() : mixed
- Compatibility constructor
- getPath() : string
- getStorage() : IStorage
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$path
private
string
$path
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$storage
private
IStorage
$storage
Methods
__construct()
Compatibility constructor
public
__construct(IStorage $storage, string $path) : mixed
Parameters
- $storage : IStorage
- $path : string
Tags
getPath()
public
getPath() : string
Tags
Return values
stringgetStorage()
public
getStorage() : IStorage
Tags
Return values
IStorageisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void