SqsJob::getName()

string getName() Get the name of the queued job class. Return Value string

SortedMiddleware::toJson()

string toJson(int $options) Get the collection of items as JSON. Parameters int $options Return Value string

MakesHttpRequests::assertRedirectedToRoute()

$this assertRedirectedToRoute(string $name, array $parameters = array(), array $with = array()) Assert whether the client was redirected to a given route. Parameters string $name array $parameters array $with Return Value $this

AliasLoader::setRegistered()

void setRegistered(bool $value) Set the "registered" state of the loader. Parameters bool $value Return Value void

Model::on()

static Builder on(string|null $connection = null) Begin querying the model on a given connection. Parameters string|null $connection Return Value Builder

ReminderServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

MorphTo::wrap()

string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string

ConnectionInterface::table()

Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder

HasMany::getParent()

Model getParent() Get the parent model of the relation. Return Value Model

InteractsWithAuthentication::dontSeeIsAuthenticated()

$this dontSeeIsAuthenticated(string|null $guard = null) Assert that the user is not authenticated. Parameters string|null $guard Return Value $this