UpCommand::anticipate()

string anticipate(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

LogTransport::__construct()

void __construct(LoggerInterface $logger) Create a new log transport instance. Parameters LoggerInterface $logger Return Value void

LogTransport::registerPlugin()

void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void

DatabaseNotificationCollection::all()

array all() Get all of the items in the collection. Return Value array

CommandsServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Builder::orWhereNotBetween()

Builder|Builder orWhereNotBetween(string $column, array $values) Add an or where not between statement to the query. Parameters string $column array $values Return Value Builder|Builder

SqlServerGrammar::getDateFormat()

string getDateFormat() Get the format for database stored dates. Return Value string

SessionGuard::setRequest()

$this setRequest(Request $request) Set the current request instance. Parameters Request $request Return Value $this

TableCommand::__construct()

void __construct(Filesystem $files, Composer $composer) Create a new queue job table command instance. Parameters Filesystem $files Composer $composer Return Value void

Foundation\Validation

Illuminate\Foundation\Validation Classes ValidatesRequests