VISU - PHP Game Framework

Signal
in package

Table of Contents

Properties

$stopPropagation  : bool
Is this signal done? If this is true the signal wont be processed further after being set.

Methods

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

Properties

$stopPropagation

Is this signal done? If this is true the signal wont be processed further after being set.

private bool $stopPropagation = false

Methods

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