jcb-compiler/src/318a98a3-bb6f-42cb-a000-352.../README.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

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