mixed sum(callable|string|null $callback = null) Get the sum of the given values. Parameters callable|string|null $callback Return Value mixed
void addLocation(string $location) Add a location to the array of view locations. Parameters string $location Return Value void
Application getLaravel() Get the Laravel application instance. Return Value Application
void info(string $string) Write a string as information output. Parameters string $string Return Value void
string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string
void __set(string $key, mixed $value) Dynamically set container services. Parameters string $key mixed $value Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
array valid() Returns the data which was valid. Return Value array
Page 392 of 996