array provides() Get the services provided by the provider. Return Value array
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
void assertSessionHasAll(array $bindings) Assert that the session has a given list of values. Parameters array $bindings Return Value void
array getTouchedRelations() Get the relationships that are touched on save. Return Value array
$this setCreatedAt(mixed $value) Set the value of the "created at" attribute. Parameters mixed $value Return Value $this
array getNames() Get all of the tag names in the set. Return Value array
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden. Parameters array|string $attributes Return Value $this
static bool has(string $key) Determine if a cookie exists on the request. Parameters string $key Return Value bool
void setUser(Authenticatable $user) Set the current user. Parameters Authenticatable $user Return Value void
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
Page 232 of 996