Pivot::toArray()

array toArray() Convert the model instance to an array. Return Value array

RequestGuard::setRequest()

$this setRequest(Request $request) Set the current request instance. Parameters Request $request Return Value $this

PostgresConnection::enableQueryLog()

void enableQueryLog() Enable the query log on the connection. Return Value void

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.