Kernel::terminate()

void terminate(InputInterface $input, int $status) Terminate the application. Parameters InputInterface $input int $status Return Value void

BelongsToMany

BelongsToMany class BelongsToMany extends Relation (View source) Methods void __construct(Builder $query, Model $parent, string $table, string $foreignKey, string $otherKey, string $relationName = null) Create a new belongs to many relationship instance. void addConstraints() Set the base constraints on the relation query. void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. array initRelation(array $models, string $relation) Initia

Redirector::getUrlGenerator()

UrlGenerator getUrlGenerator() Get the URL generator instance. Return Value UrlGenerator

Blueprint::bigIncrements()

Fluent bigIncrements(string $column) Create a new auto-incrementing big integer (8-byte) column on the table. Parameters string $column Return Value Fluent

Route::secure()

bool secure() Determine if the route only responds to HTTPS requests. Return Value bool

CallbackEvent::everyTenMinutes()

$this everyTenMinutes() Schedule the event to run every ten minutes. Return Value $this

LengthAwarePaginator::lastPage()

int lastPage() Get the last page. Return Value int

LengthAwarePaginator::getPageName()

string getPageName() Get the query string variable used to store the page. Return Value string

PasswordBroker::sendResetLink()

string sendResetLink(array $credentials) Send a password reset link to a user. Parameters array $credentials Return Value string

ListFailedCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int