Hub
class Hub implements Hub (View source)
Properties
protected Container|null | $container | The container implementation. |
|
protected array | $pipelines | All of the available pipelines. |
Methods
__construct(Container|null $container = null)
Create a new Hub instance.
mixed
pipe(mixed $object, string|null $pipeline = null)
Send an object through one of the available pipelines.
getContainer()
Get the container instance used by the hub.
$this