jcb-compiler/src/505801ac-d3e2-44c6-a300-9a57a96170c6/README.md

47 lines
1.7 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 Generator (Details)
> namespace: **VDM\Joomla\Componentbuilder\Power**
2023-03-21 22:52:57 +00:00
```uml
@startuml
2023-10-04 18:28:29 +00:00
class Generator << (F,LightGreen) >> #RoyalBlue {
# ClassInjector $classinjector
# ServiceProvider $serviceprovider
+ __construct(ClassInjector $classinjector, ServiceProvider $serviceprovider)
+ get(array $power) : ?string
2023-03-21 22:52:57 +00:00
}
2023-10-04 18:28:29 +00:00
note right of Generator::__construct
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
end note
2023-10-04 18:28:29 +00:00
note right of Generator::get
Get the class code.
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)