jcb-compiler/src/295186de-5954-4a65-a4c1-2f7.../README.md

54 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Joomlamodule (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Service**
```uml
@startuml
class Joomlamodule #Gold {
+ register(Container $container) : void
+ getData(Container $container) : Data
+ getStructure(Container $container) : Structure
}
note right of Joomlamodule::register
Registers the service provider with a DI container.
since: 3.2.0
return: void
end note
note right of Joomlamodule::getData
2023-10-24 08:36:39 +00:00
Get The Data Class.
2023-03-21 22:52:57 +00:00
since: 3.2.0
return: Data
end note
note right of Joomlamodule::getStructure
2023-10-24 08:36:39 +00:00
Get The Structure Class.
2023-03-21 22:52:57 +00:00
since: 3.2.0
return: Structure
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)