ResponseFactory::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

PasswordBroker::reset()

mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed

TestCase::createApplication()

abstract HttpKernelInterface createApplication() Creates the application. Needs to be implemented by subclasses. Return Value HttpKernelInterface

MorphPivot::delete()

bool|null delete() Delete the pivot model record from the database. Return Value bool|null

Event::between()

$this between(string $startTime, string $endTime) Schedule the event to run between start and end time. Parameters string $startTime string $endTime Return Value $this

SqlServerConnection::isDoctrineAvailable()

bool isDoctrineAvailable() Is Doctrine available? Return Value bool

RedisTaggedCache::put()

void put(string $key, mixed $value, DateTime|float|int $minutes = null) Store an item in the cache. Parameters string $key mixed $value DateTime|float|int $minutes Return Value void

EventMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

BelongsTo::__call()

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

User::newCollection()

Collection newCollection(array $models = array()) Create a new Eloquent Collection instance. Parameters array $models Return Value Collection