static void removeDirectories(string|array $directories = null) Remove directories from the class loader. Parameters string|array $directories Return Value void
string renderEach(string $view, array $data, string $iterator, string $empty = 'raw|') Get the rendered contents of a partial from a loop. Parameters string $view array $data string $iterator string $empty Return Value string
void warn(string $string) Write a string as warning output. Parameters string $string Return Value void
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
array queryCallbacks() Get the custom query callbacks for the rule. Return Value array
void addLoop(Countable|array $data) Add new loop to the stack. Parameters Countable|array $data Return Value void
void registerEngineResolver() Register the engine resolver instance. Return Value void
mixed shared(string $key, mixed $default = null) Get an item from the shared data. Parameters string $key mixed $default Return Value mixed
void validator(Closure $callback) Set a custom password validator. Parameters Closure $callback Return Value void
$this whereNull(string $column) Set a "where null" constraint on the query. Parameters string $column Return Value $this
Page 207 of 996