string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
Collection whereStrict(string $key, mixed $value) Filter items by the given key value pair using strict comparison. Parameters string $key mixed $value Return Value Collection
array all() Get all of the items in the collection. Return Value array
Application getLaravel() Get the Laravel application instance. Return Value Application
int perPage() Get the number of items shown per page. Return Value int
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
string getKey() Get the API key being used by the transport. Return Value string
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
array arguments() Get all of the arguments passed to the command. Return Value array
void offsetSet(string $key, mixed $value) Store an item in the cache for the default time. Parameters string $key mixed $value Return Value void
Page 502 of 996