FolderScannedEvent
        
        extends Event
    
    
            
            in package
            
        
    
    
    
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $absolutePath : string
Methods
- __construct() : mixed
- Compatibility constructor
- getAbsolutePath() : string
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$absolutePath
        private
            string
    $absolutePath
    
    
    
    
    
    
Methods
__construct()
Compatibility constructor
    public
                    __construct(string $absolutePath) : mixed
    Parameters
- $absolutePath : string
Tags
getAbsolutePath()
    public
                    getAbsolutePath() : string
    Tags
Return values
stringisPropagationStopped()
{@inheritDoc}
    public
                    isPropagationStopped() : bool
    Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
    public
                    stopPropagation() : void