2023-03-21 22:52:57 +00:00
|
|
|
```
|
|
|
|
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
|
|
|
|
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
|
|
|
|
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
|
|
|
|
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
|
|
|
|
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
|
|
|
|
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
|
|
|
|
```
|
2023-10-04 18:28:29 +00:00
|
|
|
# final class PermissionViews (Details)
|
|
|
|
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Builder**
|
|
|
|
> extends: **MapperDouble**
|
2023-03-21 22:52:57 +00:00
|
|
|
```uml
|
|
|
|
@startuml
|
2023-10-04 18:28:29 +00:00
|
|
|
class PermissionViews << (F,LightGreen) >> #RoyalBlue {
|
|
|
|
+ build() : string
|
|
|
|
# firstKey(string $key) : string
|
|
|
|
# secondKey(string $key) : string
|
2023-03-21 22:52:57 +00:00
|
|
|
}
|
|
|
|
|
2023-10-04 18:28:29 +00:00
|
|
|
note right of PermissionViews::build
|
|
|
|
Get the build view content
|
2023-03-21 22:52:57 +00:00
|
|
|
|
|
|
|
since: 3.2.0
|
2023-10-04 18:28:29 +00:00
|
|
|
return: string
|
2023-03-21 22:52:57 +00:00
|
|
|
end note
|
|
|
|
|
2023-10-04 18:28:29 +00:00
|
|
|
note right of PermissionViews::firstKey
|
|
|
|
Model the first key
|
2023-03-21 22:52:57 +00:00
|
|
|
|
|
|
|
since: 3.2.0
|
2023-10-04 18:28:29 +00:00
|
|
|
return: string
|
|
|
|
end note
|
|
|
|
|
|
|
|
note right of PermissionViews::secondKey
|
|
|
|
Model the second key
|
|
|
|
|
|
|
|
since: 3.2.0
|
|
|
|
return: string
|
2023-03-21 22:52:57 +00:00
|
|
|
end note
|
|
|
|
|
|
|
|
@enduml
|
|
|
|
```
|
|
|
|
|
|
|
|
---
|
|
|
|
```
|
|
|
|
██╗ ██████╗██████╗
|
|
|
|
██║██╔════╝██╔══██╗
|
|
|
|
██║██║ ██████╔╝
|
|
|
|
██ ██║██║ ██╔══██╗
|
|
|
|
╚█████╔╝╚██████╗██████╔╝
|
|
|
|
╚════╝ ╚═════╝╚═════╝
|
|
|
|
```
|
|
|
|
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)
|
|
|
|
|