Exists::queryCallbacks()

array queryCallbacks() Get the custom query callbacks for the rule. Return Value array

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

Pivot::totallyGuarded()

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

BeanstalkdQueue::deleteMessage()

void deleteMessage(string $queue, string $id) Delete a message from the Beanstalk queue. Parameters string $queue string $id Return Value void

Encrypter::decrypt()

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

FormRequest::fingerprint()

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