Relation::touch()

void touch() Touch all of the related models for the relationship. Return Value void

Relation::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

Relation::wrap()

string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string

Relation::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed

Relation::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

Relation::__construct()

void __construct(Builder $query, Model $parent) Create a new relation instance. Parameters Builder $query Model $parent Return Value void

RelationNotFoundException

RelationNotFoundException class RelationNotFoundException extends RuntimeException (View source) Methods static RelationNotFoundException make(mixed $model, string $relation) Create a new exception instance.

RelationNotFoundException::make()

static RelationNotFoundException make(mixed $model, string $relation) Create a new exception instance. Parameters mixed $model string $relation Return Value RelationNotFoundException

Release Notes

Release Notes Support Policy Laravel 5.3 Laravel 5.2 Laravel 5.1.11 Laravel 5.1.4 Laravel 5.1 Laravel 5.0 Laravel 4.2 Laravel 4.1 Support Policy For LTS releases, such as Laravel 5.1, bug fixes are provided for 2 years and security fixes are provided for 3 years. These releases provide the longest window of support and maintenance. For general releases, bug fixes are provided for 6 months and security fixes are provided for 1 year.

RemindableInterface

RemindableInterface interface RemindableInterface (View source) Methods string getReminderEmail() Get the e-mail address where password reminders are sent.