jcb-compiler/src/005fce79-1b62-4a93-8d5e-8c8.../README.md

53 lines
1.8 KiB
Markdown
Raw Normal View History

2024-03-14 12:29:20 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class AllowAdd (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Architecture\JoomlaFive\Controller**
```uml
@startuml
class AllowAdd << (F,LightGreen) >> #RoyalBlue {
# String $component
# Permission $permission
# Dispenser $dispenser
+ __construct(Config $config, Permission $permission, ...)
+ get(string $nameSingleCode) : string
}
note right of AllowAdd::__construct
Constructor.
since: 3.2.0
arguments:
Config $config
Permission $permission
Dispenser $dispenser
end note
note right of AllowAdd::get
Get Allow Add Function Code
since: 3.2.0
return: string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)