int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool is() Alias for the "currentRouteNamed" method. Return Value bool
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
static void currentPageResolver(Closure $resolver) Set the current page resolver callback. Parameters Closure $resolver Return Value void
static array compiles() Get a list of files that should be compiled for the package. Return Value array
void incrementRender() Increment the rendering counter. Return Value void
static void unsetEventDispatcher() Unset the event dispatcher for models. Return Value void
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Page 178 of 996