SqlServerConnection::setTablePrefix()

void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void

BaseCommand::__construct()

void __construct() Create a new console command instance. Return Value void

FileHelpers::clientExtension()

string clientExtension() Get the file's extension supplied by the client. Return Value string

ApcWrapper::increment()

int|bool increment(string $key, mixed $value) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

Paginator::viewFactoryResolver()

static void viewFactoryResolver(Closure $resolver) Set the view factory resolver callback. Parameters Closure $resolver Return Value void

ClearCompiledCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

File::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

SeederMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Request::old()

string|array old(string $key = null, string|array|null $default = null) Retrieve an old input item. Parameters string $key string|array|null $default Return Value string|array

Paginator::lastItem()

int lastItem() Get the "index" of the last item being paginated. Return Value int