Application::isDeferredService()

bool isDeferredService(string $service) Determine if the given service is a deferred service. Parameters string $service Return Value bool

Store::handlerNeedsRequest()

bool handlerNeedsRequest() Determine if the session handler needs a request. Return Value bool

Dispatcher::dispatchNow()

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

DatabaseNotification::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls into the model. Parameters string $method array $parameters Return Value mixed

Collection::makeHidden()

$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this

HasManyThrough::relatedUpdatedAt()

string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string

FormRequest::fingerprint()

string fingerprint() Get a unique fingerprint for the request / route / IP address. Return Value string Exceptions RuntimeException

Seeder::run()

abstract void run() Run the database seeds. Return Value void

Encrypter::decrypt()

string decrypt(string $payload) Decrypt the given value. Parameters string $payload Return Value string

Pivot::totallyGuarded()

bool totallyGuarded() Determine if the model is totally guarded. Return Value bool