void __construct(Container $container = null) Create a new queue capsule manager. Parameters Container $container Return Value void
NullConnector class NullConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
void flashExcept(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void
Collection zip(mixed $items) Zip the collection together with one or more arrays. e.g. new Collection([1, 2, 3])->zip([4, 5, 6]); => [[1, 4], [2, 5], [3, 6]] Parameters mixed $items Return Value Collection
ShouldQueue interface ShouldQueue (View source)
$this syncOriginal() Sync the original attributes with the current. Return Value $this
Authenticatable|null getUser() Return the currently cached user. Return Value Authenticatable|null
mixed search(mixed $value, bool $strict = false) Search the collection for a given value and return the corresponding key if successful. Parameters mixed $value bool $strict Return Value mixed
Page 910 of 996