VISU - PHP Game Framework

DropSignal extends Signal
in package

Table of Contents

Properties

$paths  : array<string|int, string>
The UTF-8 encoded file and/or directory path names
$window  : Window
The window that received the event

Methods

__construct()  : mixed
Constructor
isPropagationStopped()  : bool
Has the propagation been stopped?
stopPropagation()  : void
Stop the propagation of the signal

Properties

$paths read-only

The UTF-8 encoded file and/or directory path names

public array<string|int, string> $paths

Methods

__construct()

Constructor

public __construct(Window $window, array<string|int, string> $paths) : mixed
Parameters
$window : Window

The window that received the event

$paths : array<string|int, string>

The UTF-8 encoded file and/or directory path names

isPropagationStopped()

Has the propagation been stopped?

public isPropagationStopped() : bool
Return values
bool

stopPropagation()

Stop the propagation of the signal

public stopPropagation() : void

        
On this page

Search results