jcb-compiler/src/8a63e87b-b39b-4a15-8044-9b2.../README.md

127 lines
3.3 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Component (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Service**
```uml
@startuml
class Component #Gold {
# $targetVersion
+ register(Container $container) : void
+ getCompilerComponent(Container $container) : CompilerComponent
+ getJ3Settings(Container $container) : J3Settings
+ getJ4Settings(Container $container) : J4Settings
+ getJ5Settings(Container $container) : J5Settings
+ getDashboard(Container $container) : Dashboard
+ getPlaceholder(Container $container) : Placeholder
+ getData(Container $container) : Data
+ getStructure(Container $container) : Structure
+ getStructuresingle(Container $container) : Structuresingle
+ getStructuremultiple(Container $container) : Structuremultiple
+ getSettings(Container $container) : Settings
}
note right of Component::register
Registers the service provider with a DI container.
since: 3.2.0
return: void
end note
note left of Component::getCompilerComponent
Get The Component Class.
since: 3.2.0
return: CompilerComponent
end note
note right of Component::getJ3Settings
Get The Settings Class.
since: 3.2.0
return: J3Settings
end note
note left of Component::getJ4Settings
Get The Settings Class.
since: 3.2.0
return: J4Settings
end note
note right of Component::getJ5Settings
Get The Settings Class.
since: 3.2.0
return: J5Settings
end note
note left of Component::getDashboard
Get The Dashboard Class.
since: 3.2.0
return: Dashboard
end note
note right of Component::getPlaceholder
Get The Placeholder Class.
since: 3.2.0
return: Placeholder
end note
note left of Component::getData
Get The Data Class.
since: 3.2.0
return: Data
end note
note right of Component::getStructure
Get The Structure Class.
since: 3.2.0
return: Structure
end note
note left of Component::getStructuresingle
Get The Structuresingle Class.
since: 3.2.0
return: Structuresingle
end note
note right of Component::getStructuremultiple
Get The Structuremultiple Class.
since: 3.2.0
return: Structuremultiple
end note
note left of Component::getSettings
Get The Settings Class.
since: 3.2.0
return: Settings
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)