mixed offsetGet(string $offset) Get the value at the given offset. Parameters string $offset Return Value mixed
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
$this setRedirector(Redirector $redirector) Set the Redirector instance. Parameters Redirector $redirector Return Value $this
bool offsetExists(string $offset) Determine if the given offset exists. Parameters string $offset Return Value bool
$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this
int count() Count the number of items in the collection. Return Value int
bool hasOldInput(string $key = null) Determine if the session contains old input. Parameters string $key Return Value bool
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
Page 110 of 996