mixed search(mixed $value, bool $strict = false) Search the collection for a given value and return the corresponding key if successful. Parameters mixed $value bool $strict Return Value mixed
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
array getAttributes() Get all of the current attributes on the model. Return Value array
Collection union(mixed $items) Union the collection with the given items. Parameters mixed $items Return Value Collection
Gate forUser(Authenticatable|mixed $user) Get a guard instance for the given user. Parameters Authenticatable|mixed $user Return Value Gate
array getRawTags() Gets the raw tags used by the compiler. Return Value array
bool logging() Determine whether we're logging queries. Return Value bool
void listen(Closure $callback) Register a database query listener with the connection. Parameters Closure $callback Return Value void
bool guest() Determine if the current user is a guest. Return Value bool
mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed
Page 426 of 996