IronJob::__construct()

void __construct(Container $container, IronQueue $iron, object $job, bool $pushed = false) Create a new job instance. Parameters Container $container IronQueue $iron object $job bool $pushed Return Value void

Registrar::substituteBindings()

Route substituteBindings(Route $route) Substitute the route bindings onto the route. Parameters Route $route Return Value Route

ResetCommand::question()

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

Builder::leftJoin()

Builder|Builder leftJoin(string $table, string $first, string $operator = null, string $second = null) Add a left join to the query. Parameters string $table string $first string $operator string $second Return Value Builder|Builder

TestMakeCommand::getLaravel()

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

SqlServerGrammar::compilePrimary()

string compilePrimary(Blueprint $blueprint, Fluent $command) Compile a primary key command. Parameters Blueprint $blueprint Fluent $command Return Value string

RouteCollection::getByName()

Route|null getByName(string $name) Get a route instance by its name. Parameters string $name Return Value Route|null

PasswordBroker::getUser()

CanResetPassword getUser(array $credentials) Get the user for the given credentials. Parameters array $credentials Return Value CanResetPassword Exceptions UnexpectedValueException

AbstractPaginator

AbstractPaginator class AbstractPaginator implements Htmlable (View source) Properties static string $defaultView The default pagination view. static string $defaultSimpleView The default "simple" pagination view.

Route::bind()

$this bind(Request $request) Bind the route to a given request for execution. Parameters Request $request Return Value $this