jcb-compiler/src/a8eb2fb1-88ed-4af8-842d-898eb915b588/README.md

55 lines
1.8 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Relations (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model**
```uml
@startuml
class Relations #Gold {
# Config $config
# Registry $registry
# Language $language
# Customcode $customcode
+ __construct(?Config $config = null, ?Registry $registry = null, ...)
+ set(object $item) : void
}
note right of Relations::__construct
Constructor
since: 3.2.0
arguments:
?Config $config = null
?Registry $registry = null
?Language $language = null
?Customcode $customcode = null
end note
note right of Relations::set
Set the relations
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)