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

53 lines
1.7 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Dashboard (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Component**
```uml
@startuml
class Dashboard #Gold {
# 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)