jcb-compiler/src/253317c7-3c3b-48a0-aec8-8af.../README.md

54 lines
1.8 KiB
Markdown

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