Event::fridays()

$this fridays() Schedule the event to run only on Fridays. Return Value $this

NexmoMessage::__construct()

void __construct(string $content = '') Create a new message instance. Parameters string $content Return Value void

Paginator::resolveCurrentPage()

static int resolveCurrentPage(string $pageName = 'page', int $default = 1) Resolve the current page or return the default value. Parameters string $pageName int $default Return Value int

ConsoleServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

ApcStore::many()

array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array

MySqlBuilder::getColumnListing()

array getColumnListing(string $table) Get the column listing for a given table. Parameters string $table Return Value array

TinkerCommand::warn()

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

Blade::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

BaseCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

DownCommand

DownCommand class DownCommand 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 $name)