jcb-compiler/src/43f46bb2-ab6d-47c7-9fd9-f17.../README.md

55 lines
1.7 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class CoreRule (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Field\JoomlaFour**
```uml
@startuml
class CoreRule << (F,LightGreen) >> #RoyalBlue {
# array $rules
# string $path
+ __construct()
+ get(bool $lowercase = false) : array
- set(string $path) : void
}
note right of CoreRule::__construct
Constructor
since: 3.2.0
end note
note right of CoreRule::get
Get the Array of Existing Validation Rule Names
since: 3.2.0
return: array
end note
note right of CoreRule::set
Set the rules found in a path
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)