FileAccess Orion

TusEvent extends Event
in package

Table of Contents

$file  : File
$request  : Request
$response  : Response
$propagationStopped  : mixed
getFile()  : File
Get file.
getRequest()  : Request
Get request.
getResponse()  : Response
Get response.
isPropagationStopped()  : bool
stopPropagation()  : mixed

Properties

$propagationStopped

private mixed $propagationStopped = false

Methods

isPropagationStopped()

public isPropagationStopped() : bool
Tags
deprecated

since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead

Return values
bool

Whether propagation was already stopped for this event

stopPropagation()

public stopPropagation() : mixed
Tags
deprecated

since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead

Return values
mixed

Search results