SvgEventListener
Table of Contents
Properties
Methods
- __construct() : mixed
- afterFileContentsSet() : void
- beforeFileAdded() : void
- beforeFileReplaced() : void
Properties
$sanitizer
        protected
            SvgSanitizer
    $sanitizer
    
    
    
    
    
    
$typeCheck
        protected
            SvgTypeCheck
    $typeCheck
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(SvgSanitizer $sanitizer, SvgTypeCheck $typeCheck) : mixed
    Parameters
- $sanitizer : SvgSanitizer
- $typeCheck : SvgTypeCheck
afterFileContentsSet()
    public
                    afterFileContentsSet(AfterFileContentsSetEvent $event) : void
    Parameters
- $event : AfterFileContentsSetEvent
beforeFileAdded()
    public
                    beforeFileAdded(BeforeFileAddedEvent $event) : void
    Parameters
- $event : BeforeFileAddedEvent
beforeFileReplaced()
    public
                    beforeFileReplaced(BeforeFileReplacedEvent $event) : void
    Parameters
- $event : BeforeFileReplacedEvent