string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string
Expression raw(mixed $value) Get a new raw query expression. Parameters mixed $value Return Value Expression
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
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
bool acceptsHtml() Determines whether a request accepts HTML. Return Value bool
array getNames() Get all of the registered named views in environment. Return Value array
Closure createClassBinding(string $binding) Create a class based binding using the IoC container. Parameters string $binding Return Value Closure
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
Page 27 of 996