RouteListCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Presenter::getLink()

string getLink(mixed $page) Create a pagination slider link. Parameters mixed $page Return Value string

Application::when()

ContextualBindingBuilder when(string $concrete) Define a contextual binding. Parameters string $concrete Return Value ContextualBindingBuilder

HasLink::toString()

string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string

FilesystemManager::__construct()

void __construct(Application $app) Create a new filesystem manager instance. Parameters Application $app Return Value void

CommandMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

SlackMessage::success()

$this success() Indicate that the notification gives information about a successful operation. Return Value $this

Bus::spy()

static void spy() Convert the facade into a Mockery spy. Return Value void

HasLink

HasLink class HasLink extends PageConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $text, string|null $url = null) Create a new constraint instance. bool matches(Crawler|string $crawler) Check if the link is found in the given crawler. string getFailureDescription() Returns the description of the failure.

Collection::getQueueableClass()

string|null getQueueableClass() Get the type of the entities being queued. Return Value string|null