SortedMiddleware::offsetExists()

bool offsetExists(mixed $key) Determine if an item exists at an offset. Parameters mixed $key Return Value bool

EncryptedStore::all()

all() {@inheritdoc}

JoinClause::distinct()

$this distinct() Force the query to only return distinct results. Return Value $this

ControllerMiddlewareOptions::except()

$this except(array|string|dynamic $methods) Set the controller methods the middleware should exclude. Parameters array|string|dynamic $methods Return Value $this

RestartCommand

RestartCommand class RestartCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command 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 silently. from Command bool hasArgument(string|int $

DatabaseNotification::deleted()

static void deleted(Closure|string $callback, int $priority) Register a deleted model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

HasOne::getForeignKey()

string getForeignKey() Get the foreign key for the relationship. Return Value string

ApcStore::get()

mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed

SessionTableCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

ConfigClearCommand::confirm()

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