MigrationServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

BelongsToMany::attach()

void attach(mixed $id, array $attributes = array(), bool $touch = true) Attach a model to the parent. Parameters mixed $id array $attributes bool $touch Return Value void

Pivot::newFromBuilder()

Model newFromBuilder(array $attributes = array(), string|null $connection = null) Create a new model instance that is existing. Parameters array $attributes string|null $connection Return Value Model

Event::filtersPass()

bool filtersPass(Application $app) Determine if the filters pass for the event. Parameters Application $app Return Value bool

Notifiable::routeNotificationFor()

mixed routeNotificationFor(string $driver) Get the notification routing information for the given driver. Parameters string $driver Return Value mixed

User::push()

bool push() Save the model and all of its relationships. Return Value bool

SSH::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

JoinClause::whereDate()

Builder|Builder whereDate(string $column, string $operator, mixed $value = null, string $boolean = 'and') Add a "where date" statement to the query. Parameters string $column string $operator mixed $value string $boolean Return Value Builder|Builder

SqlServerProcessor::processInsertGetId()

int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int

HasMany::addConstraints()

void addConstraints() Set the base constraints on the relation query. Return Value void