jcb-compiler/src/fff3255d-c493-4c21-a48f-73b3ebf8ba05/README.md

54 lines
1.8 KiB
Markdown
Raw Normal View History

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