jcb-compiler/src/24da9672-e47f-4bb1-b6c0-0eb.../README.md

55 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

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