jcb-compiler/src/02bc072b-1e89-46c1-9732-4da.../README.md

78 lines
2.2 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2023-10-04 18:28:29 +00:00
# class Power (Details)
> namespace: **VDM\Joomla\Componentbuilder\Power\Service**
2023-03-21 22:52:57 +00:00
```uml
@startuml
2023-10-04 18:28:29 +00:00
class Power #Gold {
2023-03-21 22:52:57 +00:00
+ register(Container $container) : void
2023-10-04 18:28:29 +00:00
+ getConfig(Container $container) : Config
+ getTable(Container $container) : Table
+ getGrep(Container $container) : Grep
+ getSuperpower(Container $container) : Superpower
+ getParser(Container $container) : Parser
2023-03-21 22:52:57 +00:00
}
2023-10-04 18:28:29 +00:00
note right of Power::register
2023-03-21 22:52:57 +00:00
Registers the service provider with a DI container.
since: 3.2.0
return: void
end note
2023-10-04 18:28:29 +00:00
note right of Power::getConfig
Get The Config Class.
2023-03-21 22:52:57 +00:00
since: 3.2.0
2023-10-04 18:28:29 +00:00
return: Config
2023-03-21 22:52:57 +00:00
end note
2023-10-04 18:28:29 +00:00
note right of Power::getTable
Get The Table Class.
2023-03-21 22:52:57 +00:00
since: 3.2.0
2023-10-04 18:28:29 +00:00
return: Table
2023-03-21 22:52:57 +00:00
end note
2023-04-29 23:34:15 +00:00
2023-10-04 18:28:29 +00:00
note right of Power::getGrep
Get The Grep Class.
2023-04-29 23:34:15 +00:00
since: 3.2.0
2023-10-04 18:28:29 +00:00
return: Grep
end note
note right of Power::getSuperpower
Get The Super Class.
since: 3.2.0
return: Superpower
end note
note right of Power::getParser
Get The Parser Class.
since: 3.2.0
return: Parser
2023-04-29 23:34:15 +00:00
end note
2023-03-21 22:52:57 +00:00
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)