jcb-compiler/src/cfe62a32-8818-4bfb-8751-2f1.../README.md

53 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2023-10-04 18:28:29 +00:00
# final class Dashboard (Details)
2023-03-21 22:52:57 +00:00
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Component**
```uml
@startuml
2023-10-04 18:28:29 +00:00
class Dashboard << (F,LightGreen) >> #RoyalBlue {
2023-03-21 22:52:57 +00:00
# Registry $registry
# Component $component
# CMSApplication $app
+ __construct(?Registry $registry = null, ?Component $component = null, ...)
+ set() : void
}
note right of Dashboard::__construct
Constructor
since: 3.2.0
arguments:
?Registry $registry = null
?Component $component = null
?CMSApplication $app = null
end note
note right of Dashboard::set
Set the Dynamic Dashboard
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)