EncryptedStore::forget()

void forget(string|array $keys) Remove one or many items from the session. Parameters string|array $keys Return Value void

DatabaseFailedJobProvider

DatabaseFailedJobProvider class DatabaseFailedJobProvider implements FailedJobProviderInterface (View source) Methods void __construct(ConnectionResolverInterface $resolver, string $database, string $table) Create a new database failed job provider. int|null log(string $connection, string $queue, string $payload, Exception $exception) Log a failed job into storage. array all() Get a list of all of the failed jobs. array find(mixed $id) Get a single failed job. bool for

DatabaseNotification::forceCreate()

static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model

MySqlGrammar::compileRandom()

string compileRandom(string $seed) Compile the random statement into SQL. Parameters string $seed Return Value string

FlushFailedCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void

Pivot::getRelations()

array getRelations() Get all the loaded relations for the instance. Return Value array

FailedTableCommand

FailedTableCommand class FailedTableCommand extends Command (View source) Methods void __construct(Filesystem $files, Composer $composer) Create a new failed queue jobs table command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silentl

Model::getObservableEvents()

array getObservableEvents() Get the observable event names. Return Value array

ChangesCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

FlushFailedCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void