User::__isset()

bool __isset(string $key) Determine if an attribute or relation exists on the model. Parameters string $key Return Value bool

RouteCacheCommand::hasArgument()

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

User::offsetExists()

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

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

FailedJobProviderInterface::flush()

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

MandrillTransport::registerPlugin()

void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void

StatefulGuard::loginUsingId()

Authenticatable loginUsingId(mixed $id, bool $remember = false) Log the given user ID into the application. Parameters mixed $id bool $remember Return Value Authenticatable

Factory::setRequest()

void setRequest(Request $request) Set the active request instance. Parameters Request $request Return Value void

Route::parametersWithoutNulls()

array parametersWithoutNulls() Get the key / value list of parameters without null values. Return Value array

RestartCommand::fire()

void fire() Execute the console command. Return Value void