Queue::__construct()

void __construct(HttpKernelInterface $app, CookieJar $cookies) Create a new CookieQueue instance. Parameters HttpKernelInterface $app CookieJar $cookies Return Value void

FilesystemManager::getDefaultDriver()

string getDefaultDriver() Get the default driver name. Return Value string

InteractsWithPages::seeLink()

$this seeLink(string $text, string|null $url = null, bool $negate = false) Assert that a given link is seen on the page. Parameters string $text string|null $url bool $negate Return Value $this

HasInElement

HasInElement class HasInElement extends PageConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $element, string $text) Create a new constraint instance. bool matches(Crawler|string $crawler) Check if the source or text is found within the element in the given crawler.

OptimizeCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

Repository::pull()

mixed pull(string $key, mixed $default = null) Retrieve an item from the cache and delete it. Parameters string $key mixed $default Return Value mixed

SQLiteGrammar::compileRename()

string compileRename(Blueprint $blueprint, Fluent $command) Compile a rename table command. Parameters Blueprint $blueprint Fluent $command Return Value string

Collection::intersect()

Collection intersect(mixed $items) Intersect the collection with the given items. Parameters mixed $items Return Value Collection

Collection::sortByDesc()

Collection sortByDesc(callable|string $callback, int $options = SORT_REGULAR) Sort the collection in descending order using the given callback. Parameters callable|string $callback int $options Return Value Collection

UserProviderInterface::retrieveByToken()

UserInterface|null retrieveByToken(mixed $identifier, string $token) Retrieve a user by by their unique identifier and "remember me" token. Parameters mixed $identifier string $token Return Value UserInterface|null