jcb-compiler/src/2528f2bb-6ebc-4d55-9a9d-23e.../README.md

47 lines
1.6 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class PermissionAction (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Builder**
> extends: **MapperDouble**
```uml
@startuml
class PermissionAction << (F,LightGreen) >> #RoyalBlue {
# firstKey(string $key) : string
# secondKey(string $key) : string
}
note right of PermissionAction::firstKey
Model the first key
since: 3.2.0
return: string
end note
note right of PermissionAction::secondKey
Model the second key
since: 3.2.0
return: string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)