string getName() Get the name of the queued job class. Return Value string
string toJson(int $options) Get the collection of items as JSON. Parameters int $options Return Value string
$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
void setRegistered(bool $value) Set the "registered" state of the loader. Parameters bool $value Return Value void
static Builder on(string|null $connection = null) Begin querying the model on a given connection. Parameters string|null $connection Return Value Builder
bool isDeferred() Determine if the provider is deferred. Return Value bool
string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder
Model getParent() Get the parent model of the relation. Return Value Model
$this dontSeeIsAuthenticated(string|null $guard = null) Assert that the user is not authenticated. Parameters string|null $guard Return Value $this
Page 533 of 996