jcb-compiler/src/59895f37-50c8-4af3-9dad-230e18841953/README.md

58 lines
1.8 KiB
Markdown
Raw Normal View History

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