bool isDeferredService(string $service) Determine if the given service is a deferred service. Parameters string $service Return Value bool
bool handlerNeedsRequest() Determine if the session handler needs a request. Return Value bool
mixed dispatchNow(mixed $command, mixed $handler = null) Dispatch a command to its appropriate handler in the current process. Parameters mixed $command mixed $handler Return Value mixed
mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this
string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string
string fingerprint() Get a unique fingerprint for the request / route / IP address. Return Value string Exceptions RuntimeException
abstract void run() Run the database seeds. Return Value void
string decrypt(string $payload) Decrypt the given value. Parameters string $payload Return Value string
bool totallyGuarded() Determine if the model is totally guarded. Return Value bool
Page 5 of 996