mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed
Collection newCollection(array $models = array()) Create a new Eloquent Collection instance. Parameters array $models Return Value Collection
string createdAt() Get the name of the "created at" column. Return Value string
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
void decrementRender() Decrement the rendering counter. Return Value void
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
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
void addNamespace(string $namespace, string $hint) Add a new namespace to the loader. Parameters string $namespace string $hint Return Value void
mixed then(Closure $destination) Run the pipeline with a final destination callback. Parameters Closure $destination Return Value mixed
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
Page 746 of 996