bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
mixed getAttribute(string $key) Get an attribute from the model. Parameters string $key Return Value mixed
$this useEnvironmentPath(string $path) Set the directory for the environment file. Parameters string $path Return Value $this
$this pipeThrough(array $pipes) Set the pipes commands should be piped through before dispatching. Parameters array $pipes Return Value $this
Collection uniqueStrict(string|callable|null $key = null) Return only unique items from the collection array using strict comparison. Parameters string|callable|null $key Return Value Collection
void register() Register the service provider. Return Value void
void line(string $string, string $style = null, null|int|string $verbosity = null) Write a string as standard output. Parameters string $string string $style null|int|string $verbosity Return Value void
string anticipate(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
string url() Get the URL (no query string) for the request. Return Value string
string extension() Get the file's extension. Return Value string
Page 263 of 996