MigratePublishCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

Relation::__call()

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

ResetsPasswords

ResetsPasswords trait ResetsPasswords (View source) Traits RedirectsUsers

Collection::whereInStrict()

Collection whereInStrict(string $key, mixed $values) Filter items by the given key value pair using strict comparison. Parameters string $key mixed $values Return Value Collection

View\Compilers

Illuminate\View\Compilers Classes BladeCompiler Compiler

Validator::errors()

MessageBag errors() An alternative more semantic shortcut to the message container. Return Value MessageBag

AbstractPaginator::offsetSet()

void offsetSet(mixed $key, mixed $value) Set the item at the given offset. Parameters mixed $key mixed $value Return Value void

Model::hasSetMutator()

bool hasSetMutator(string $key) Determine if a set mutator exists for an attribute. Parameters string $key Return Value bool

Paginator::toArray()

array toArray() Get the instance as an array. Return Value array

MorphToMany

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