bool|int update(array $attributes = array(), array $options = array()) Update the model in the database. Parameters array $attributes array $options Return Value bool|int
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void merge(array $input) Merge new input into the current request's input array. Parameters array $input Return Value void
string path() Get the current path info for the request. Return Value string
bool|null load(string $alias) Load a class alias if it is registered. Parameters string $alias Return Value bool|null
string getPageName() Get the input page parameter name used by the paginator. Return Value string
string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string
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
bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
Page 202 of 996