jcb-compiler/src/24da9672-e47f-4bb1-b6c0-0ebfc17f0957/README.md
2024-03-14 14:29:20 +02:00

55 lines
1.7 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class CoreRule (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Field\JoomlaThree**
```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)