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
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
string getPlainForeignKey() Get the plain foreign key. Return Value string
Authenticatable authenticate() Determine if the current user is authenticated. Return Value Authenticatable Exceptions AuthenticationException
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
string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string
$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this
Page 29 of 996