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
$container
Container instance
private
Container
$container
= null
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|nullisPropagationStopped()
Has the propagation been stopped?
public
isPropagationStopped() : bool
Return values
boolsetContainer()
Set the container for the signal
public
setContainer(Container $container) : void
Parameters
- $container : Container
stopPropagation()
Stop the propagation of the signal
public
stopPropagation() : void