jcb-compiler/src/b9f05dc4-d23a-499a-a826-974.../README.md

38 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2024-01-27 07:09:33 +00:00
# interface CoreRuleInterface (Details)
2023-03-21 22:52:57 +00:00
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Interfaces\Field**
```uml
@startuml
2024-01-27 07:09:33 +00:00
interface CoreRuleInterface #Lavender {
2023-03-21 22:52:57 +00:00
+ get(bool $lowercase = false) : array
}
2024-01-27 07:09:33 +00:00
note right of CoreRuleInterface::get
Get the Array of Existing Core Rule Names
2023-03-21 22:52:57 +00:00
since: 3.2.0
return: array
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)