static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
array getGuarded() Get the guarded attributes for the model. Return Value array
void afterBootstrapping(string $bootstrapper, Closure $callback) Register a callback to run after a bootstrapper. Parameters string $bootstrapper Closure $callback Return Value void
mixed getAttribute(string $key) Get an attribute from the model. Parameters string $key Return Value mixed
$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this
void flush(string $event) Flush a set of pushed events. Parameters string $event Return Value void
array arguments() Get all of the arguments passed to the command. Return Value array
void __unset(string $key) Dynamically unset a value on the user. Parameters string $key Return Value void
void forgetPushed() Forget all of the pushed listeners. Return Value void
$this|string|null fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. Parameters string|null $fragment Return Value $this|string|null
Page 227 of 996