StatusCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

MemcachedStore::__construct()

void __construct(Memcached $memcached, string $prefix = '') Create a new Memcached store. Parameters Memcached $memcached string $prefix Return Value void

MessageBag::isEmpty()

bool isEmpty() Determine if the message bag has any messages. Return Value bool

BladeCompiler::compileString()

string compileString(string $value) Compile the given Blade template contents. Parameters string $value Return Value string

Pivot::setVisible()

$this setVisible(array $visible) Set the visible attributes for the model. Parameters array $visible Return Value $this

SortedMiddleware::merge()

Collection merge(mixed $items) Merge the collection with the given items. Parameters mixed $items Return Value Collection

ForgetFailedCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

QueueableCollection

QueueableCollection interface QueueableCollection (View source) Methods string|null getQueueableClass() Get the type of the entities being queued. array getQueueableIds() Get the identifiers for all of the entities.

FormRequest::setContainer()

$this setContainer(Container $container) Set the container implementation. Parameters Container $container Return Value $this

Worker::setManager()

void setManager(QueueManager $manager) Set the queue manager instance. Parameters QueueManager $manager Return Value void