VISU - PHP Game Framework

BootstrapSignal extends Signal
in package

Table of Contents

Properties

$container  : Container
Container instance

Methods

__construct()  : mixed
Constructor
getContainer()  : Container|null
Returns the current container or null
isPropagationStopped()  : bool
Has the propagation been stopped?
setContainer()  : void
Set the container for the signal
stopPropagation()  : void
Stop the propagation of the signal

Properties

Methods

__construct()

Constructor

public __construct(Container $container) : mixed
Parameters
$container : Container

getContainer()

Returns the current container or null

public getContainer() : Container|null
Return values
Container|null

isPropagationStopped()

Has the propagation been stopped?

public isPropagationStopped() : bool
Return values
bool

setContainer()

Set the container for the signal

public setContainer(Container $container) : void
Parameters
$container : Container

stopPropagation()

Stop the propagation of the signal

public stopPropagation() : void

        
On this page

Search results