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

58 lines
1.8 KiB
Markdown
Raw Permalink 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
2023-10-04 18:28:29 +00:00
# LibraryManager $librarymanager
2023-03-21 22:52:57 +00:00
# Library $library
2023-10-04 18:28:29 +00:00
+ __construct(Config $config, LibraryManager $librarymanager, ...)
2023-03-21 22:52:57 +00:00
+ set(string $key, object $item, ...) : void
}
note right of Libraries::__construct
2023-10-04 18:28:29 +00:00
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
arguments:
2023-10-04 18:28:29 +00:00
Config $config
LibraryManager $librarymanager
Library $library
2023-03-21 22:52:57 +00:00
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)