FailedJobProviderInterface::flush()

void flush() Flush all of the failed jobs from storage. Return Value void

Redirect::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Str::singular()

static string singular(string $value) Get the singular form of an English word. Parameters string $value Return Value string

MigrationRepositoryInterface

MigrationRepositoryInterface interface MigrationRepositoryInterface (View source) Methods array getRan() Get the ran migrations for a given package. array getMigrations(int $steps) Get list of migrations. array getLast() Get the last migration batch. void log(string $file, int $batch) Log that a migration was run. void delete(object $migration) Remove a migration from the log. int getNextBatchNumber() Get the next migration batch number. void createRepository

HashServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

File::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

User::offsetExists()

bool offsetExists(mixed $offset) Determine if the given attribute exists. Parameters mixed $offset Return Value bool

CacheBasedSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

ViewErrorBag::__set()

void __set(string $key, MessageBag $value) Dynamically set a view error bag. Parameters string $key MessageBag $value Return Value void

RouteCacheCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool