void setParsedKey(string $key, array $parsed) Set the parsed value of a key. Parameters string $key array $parsed Return Value void
array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array
static array compiles() Get a list of files that should be compiled for the package. Return Value array
static array prepend(array $array, mixed $value, mixed $key = null) Push an item onto the beginning of an array. Parameters array $array mixed $value mixed $key Return Value array
HandlerResolver interface HandlerResolver (View source) Methods mixed resolveHandler(mixed $command) Get the handler instance for the given command. string getHandlerClass(mixed $command) Get the handler class for the given command. string getHandlerMethod(mixed $command) Get the handler method for the given command. void maps(array $commands) Register command to handler mappings. void mapUsing(Closure $mapper) Register a fallback mapper callback.
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
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool
string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string
array getGlobalScopes() Get the global scopes for this class instance. Return Value array
Page 182 of 996