RemindersTableCommand::question()

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

Pipeline::__construct()

void __construct(Container $container = null) Create a new class instance. Parameters Container $container Return Value void

Queue

Queue interface Queue (View source) Methods int size(string $queue = null) Get the size of the queue. mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. mixed pushOn(string $queue, str

BootstrapPresenter::getActivePageWrapper()

string getActivePageWrapper(string $text) Get HTML wrapper for active text. Parameters string $text Return Value string

MakeAuthCommand::fire()

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

ClearCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

EncryptionServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

CookieJar::hasQueued()

bool hasQueued(string $key) Determine if a cookie has been queued. Parameters string $key Return Value bool

MorphMany::getResults()

mixed getResults() Get the results of the relationship. Return Value mixed

UploadedFile::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void