BelongsTo::__call()

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

User::newCollection()

Collection newCollection(array $models = array()) Create a new Eloquent Collection instance. Parameters array $models Return Value Collection

BelongsToMany::createdAt()

string createdAt() Get the name of the "created at" column. Return Value string

Repository::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

Factory::decrementRender()

void decrementRender() Decrement the rendering counter. Return Value void

ClearCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

FileStore::get()

mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed

LoaderInterface::addNamespace()

void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void

Pipeline::then()

mixed then(Closure $destination) Run the pipeline with a final destination callback. Parameters Closure $destination Return Value mixed

ArrayLoader::load()

array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. Parameters string $locale string $group string $namespace Return Value array