2023-03-21 22:52:57 +00:00
|
|
|
```
|
|
|
|
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
|
|
|
|
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
|
|
|
|
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
|
|
|
|
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
|
|
|
|
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
|
|
|
|
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
|
|
|
|
```
|
2023-10-10 09:39:16 +00:00
|
|
|
# class ContentMulti (Details)
|
|
|
|
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Builder**
|
|
|
|
> extends: **Registry**
|
2023-03-21 22:52:57 +00:00
|
|
|
```uml
|
|
|
|
@startuml
|
2023-10-10 09:39:16 +00:00
|
|
|
class ContentMulti #Gold {
|
|
|
|
+ __construct()
|
|
|
|
# getActiveKeys(string $path) : ?array
|
|
|
|
# modelActiveKeys(array $keys) : ?array
|
2023-03-21 22:52:57 +00:00
|
|
|
}
|
|
|
|
|
2023-10-10 09:39:16 +00:00
|
|
|
note right of ContentMulti::__construct
|
|
|
|
Constructor.
|
2023-03-21 22:52:57 +00:00
|
|
|
|
|
|
|
since: 3.2.0
|
|
|
|
end note
|
|
|
|
|
2023-10-10 09:39:16 +00:00
|
|
|
note right of ContentMulti::getActiveKeys
|
|
|
|
Get that the active keys from a path
|
2023-03-21 22:52:57 +00:00
|
|
|
|
|
|
|
since: 3.2.0
|
2023-10-10 09:39:16 +00:00
|
|
|
return: ?array
|
|
|
|
end note
|
|
|
|
|
|
|
|
note right of ContentMulti::modelActiveKeys
|
|
|
|
Model that the active key
|
|
|
|
|
|
|
|
since: 3.2.0
|
|
|
|
return: ?array
|
2023-03-21 22:52:57 +00:00
|
|
|
end note
|
|
|
|
|
|
|
|
@enduml
|
|
|
|
```
|
|
|
|
|
|
|
|
---
|
|
|
|
```
|
|
|
|
██╗ ██████╗██████╗
|
|
|
|
██║██╔════╝██╔══██╗
|
|
|
|
██║██║ ██████╔╝
|
|
|
|
██ ██║██║ ██╔══██╗
|
|
|
|
╚█████╔╝╚██████╗██████╔╝
|
|
|
|
╚════╝ ╚═════╝╚═════╝
|
|
|
|
```
|
|
|
|
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)
|
|
|
|
|