mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
void error(string $string) Write a string as error output. Parameters string $string Return Value void
$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
Collection keys() Get the keys of the collection items. Return Value Collection
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
mixed offsetGet(string $offset) Get the value at the given offset. Parameters string $offset Return Value mixed
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
bool offsetExists(string $offset) Determine if the given offset exists. Parameters string $offset Return Value bool
Page 110 of 996