jcb-packager/src/7d1aeda3-2598-46a6-bec2-7d4.../README.md

46 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

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