jcb-compiler/src/e2472b22-a329-44d8-b4a2-ae3.../README.md

45 lines
1.6 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class Component (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler**
> extends: **BaseRegistry**
```uml
@startuml
class Component << (F,LightGreen) >> #RoyalBlue {
+ __construct(?Data $component = null)
+ __get(string $path)
}
note right of Component::__construct
Constructor
since: 3.2.0
end note
note right of Component::__get
getting any valid value
since: 3.2.0
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)