jcb-compiler/src/12df35ad-2d44-4c4c-a7d5-a33.../README.md

70 lines
2.0 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2023-10-04 18:28:29 +00:00
# final class Groups (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Field**
2023-03-21 22:52:57 +00:00
```uml
@startuml
2023-10-04 18:28:29 +00:00
class Groups << (F,LightGreen) >> #RoyalBlue {
# \JDatabaseDriver $db
+ __construct(?\JDatabaseDriver $db = null)
+ check(string $type, string $option = 'default') : bool
+ types(array $groups = []) : ?array
+ typesIds(array $groups = []) : ?array
+ spacerIds() : ?array
2023-03-21 22:52:57 +00:00
}
2023-10-04 18:28:29 +00:00
note right of Groups::__construct
Constructor
2023-03-21 22:52:57 +00:00
since: 3.2.0
end note
2023-10-04 18:28:29 +00:00
note right of Groups::check
Field Checker
2023-03-21 22:52:57 +00:00
since: 3.2.0
2023-10-04 18:28:29 +00:00
return: bool
2023-03-21 22:52:57 +00:00
end note
2023-10-04 18:28:29 +00:00
note right of Groups::types
get the field types id -> name of a group or groups
2023-03-21 22:52:57 +00:00
since: 3.2.0
2023-10-04 18:28:29 +00:00
return: ?array
2023-03-21 22:52:57 +00:00
end note
2023-04-29 23:34:15 +00:00
2023-10-04 18:28:29 +00:00
note right of Groups::typesIds
get the field types IDs of a group or groups
2023-04-29 23:34:15 +00:00
since: 3.2.0
2023-10-04 18:28:29 +00:00
return: ?array
end note
note right of Groups::spacerIds
get the spacer IDs
since: 3.2.0
return: ?array
2023-04-29 23:34:15 +00:00
end note
2023-03-21 22:52:57 +00:00
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)