mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
bool check() Determine if the current user is authenticated. Return Value bool
array createMany(array $records, array $joinings = array()) Create an array of new instances of the related models. Parameters array $records array $joinings Return Value array
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
Authenticatable authenticate() Determine if the current user is authenticated. Return Value Authenticatable Exceptions AuthenticationException
string getPlainForeignKey() Get the plain foreign key. Return Value string
array getBagData(string $name) Get the raw bag data array for a given bag. Parameters string $name Return Value array
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
string __toString() Convert the model to its string representation. Return Value string
Page 29 of 996