class QueueServiceProvider extends AbstractServiceProvider

Properties

protected Application $container from AbstractServiceProvider
protected array $commands

Methods

__construct(Container $container)

No description

static mixed
unwrapQueue(mixed $queue)

Return the underlying driver connection, seeing through the RoutingQueue wrapper. Code that needs the concrete driver type (e.g. to detect the database or sync driver) must unwrap first, since the bound connection is the wrapper.

void
register()

No description

Repository
driver()

No description

mixed
store($name = null)

No description

mixed
__call(string $name, array|null $arguments)

No description

Details

__construct(Container $container)

Parameters

Container $container

static protected mixed unwrapQueue(mixed $queue)

Return the underlying driver connection, seeing through the RoutingQueue wrapper. Code that needs the concrete driver type (e.g. to detect the database or sync driver) must unwrap first, since the bound connection is the wrapper.

Parameters

mixed $queue

Return Value

mixed

void register()

Return Value

void

Repository driver()

Return Value

Repository

mixed store($name = null)

Parameters

$name

Return Value

mixed

mixed __call(string $name, array|null $arguments)

Parameters

string $name
array|null $arguments

Return Value

mixed