NestedRules
class NestedRules (View source)
Properties
protected callable | $callback | The callback to execute. |
Methods
void
__construct(callable $callback)
Create a new nested rule instance.
Details
void
__construct(callable $callback)
Create a new nested rule instance.
stdClass
compile(string $attribute, mixed $value, mixed $data = null)
Compile the callback into an array of rules.