SqlServerConnection::commit()

void commit() Commit the active database transaction. Return Value void

PostgresConnection::disconnect()

void disconnect() Disconnect from the underlying PDO connection. Return Value void

MorphMany

MorphMany class MorphMany extends MorphOneOrMany (View source) Methods void __construct(Builder $query, Model $parent, string $type, string $id, string $localKey) Create a new morph one or many relationship instance. from MorphOneOrMany void addConstraints() Set the base constraints on the relation query. from MorphOneOrMany void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. from MorphOneOrMany array initRelation(array $models, strin

ConfirmableTrait::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool

User::getRouteKeyName()

string getRouteKeyName() Get the route key for the model. Return Value string

MigrateCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

Builder::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls into the query instance. Parameters string $method array $parameters Return Value mixed

LengthAwarePaginator::__toString()

string __toString() Render the contents of the paginator when casting to string. Return Value string

ResetCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

MessageBag::__construct()

void __construct(array $messages = array()) Create a new message bag instance. Parameters array $messages Return Value void