Manager::__construct()

void __construct(Container $container = null) Create a new queue capsule manager. Parameters Container $container Return Value void

NullConnector

NullConnector class NullConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.

Facade::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

ListFailedCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

Request::flashExcept()

void flashExcept(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void

SortedMiddleware::zip()

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

ShouldQueue interface ShouldQueue (View source)

DatabaseNotification::syncOriginal()

$this syncOriginal() Sync the original attributes with the current. Return Value $this

SessionGuard::getUser()

Authenticatable|null getUser() Return the currently cached user. Return Value Authenticatable|null

Collection::search()

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