array allFiles(string|null $directory = null) Get all of the files from the given directory (recursive). Parameters string|null $directory Return Value array
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this
string updatedAt() Get the name of the "updated at" column. Return Value string
bool hasTimestampAttributes() Determine if the pivot model has timestamp attributes. Return Value bool
static void saving(Closure|string $callback, int $priority) Register a saving model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException
array queryCallbacks() Get the custom query callbacks for the rule. Return Value array
Page 4 of 996