RedisTaggedCache::__call()

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

EncryptedStore::regenerate()

bool regenerate(bool $destroy = false) Generate a new session identifier. Parameters bool $destroy Return Value bool

Container::bindIf()

void bindIf(string $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding if it hasn't already been registered. Parameters string $abstract Closure|string|null $concrete bool $shared Return Value void

QueueingDispatcher::dispatch()

mixed dispatch(mixed $command, Closure $afterResolving = null) Dispatch a command to its appropriate handler. Parameters mixed $command Closure $afterResolving Return Value mixed

TableCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

ViewServiceProvider::registerPhpEngine()

void registerPhpEngine(EngineResolver $resolver) Register the PHP engine implementation. Parameters EngineResolver $resolver Return Value void

SendQueuedMailable

SendQueuedMailable class SendQueuedMailable (View source) Methods void __construct(Mailable $mailable) Create a new job instance. void handle(Mailer $mailer) Handle the queued job.

TableCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

Queue::later()

mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue Return Value mixed

User::getActualClassNameForMorph()

string getActualClassNameForMorph(string $class) Retrieve the fully qualified class name from a slug. Parameters string $class Return Value string