jcb-compiler/src/d3ce5763-4d00-4245-a175-54fc2e80e9b7/README.md
2023-10-10 11:39:16 +02:00

65 lines
1.9 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Structure (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Library**
```uml
@startuml
class Structure #Gold {
# Config $config
# Registry $registry
# Event $event
# Component $component
# Content $content
# Counter $counter
# Paths $paths
# Folder $folder
# File $file
+ __construct(Config $config, Registry $registry, ...)
+ build() : void
}
note right of Structure::__construct
Constructor.
since: 3.2.0
arguments:
Config $config
Registry $registry
Event $event
Component $component
Content $content
Counter $counter
Paths $paths
Folder $folder
File $file
end note
note right of Structure::build
Build the Libraries files, folders, url's and config
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)