jcb-compiler/src/94f4939f-82cc-4196-802b-1346ce5c7f99/README.md

46 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2023-10-04 18:28:29 +00:00
# final class PermissionComponent (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Builder**
2023-10-10 09:39:16 +00:00
> extends: **Registry**
2023-03-21 22:52:57 +00:00
```uml
@startuml
2023-10-04 18:28:29 +00:00
class PermissionComponent << (F,LightGreen) >> #RoyalBlue {
2023-10-10 09:39:16 +00:00
+ __construct()
2023-10-04 18:28:29 +00:00
+ build() : string
2023-03-21 22:52:57 +00:00
}
2023-10-10 09:39:16 +00:00
note right of PermissionComponent::__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 PermissionComponent::build
Get the build component 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
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)