jcb-compiler/src/ddf31f4b-96ba-46e7-8100-f48e1cefe533/README.md
2024-01-27 09:09:33 +02:00

57 lines
1.9 KiB
Markdown

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