jcb-compiler/src/505801ac-d3e2-44c6-a300-9a57a96170c6/README.md
2023-10-04 20:28:29 +02:00

47 lines
1.7 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class Generator (Details)
> namespace: **VDM\Joomla\Componentbuilder\Power**
```uml
@startuml
class Generator << (F,LightGreen) >> #RoyalBlue {
# ClassInjector $classinjector
# ServiceProvider $serviceprovider
+ __construct(ClassInjector $classinjector, ServiceProvider $serviceprovider)
+ get(array $power) : ?string
}
note right of Generator::__construct
Constructor.
since: 3.2.0
end note
note right of Generator::get
Get the class code.
since: 3.2.0
return: ?string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)