jcb-compiler/src/d3ce5763-4d00-4245-a175-54f.../README.md

65 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Structure (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Library**
```uml
@startuml
class Structure #Gold {
# Config $config
# Registry $registry
2023-10-10 09:39:16 +00:00
# Event $event
2023-03-21 22:52:57 +00:00
# Component $component
# Content $content
# Counter $counter
# Paths $paths
# Folder $folder
# File $file
2023-10-10 09:39:16 +00:00
+ __construct(Config $config, Registry $registry, ...)
2023-03-21 22:52:57 +00:00
+ build() : void
}
note right of Structure::__construct
2023-10-10 09:39:16 +00:00
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
arguments:
2023-10-10 09:39:16 +00:00
Config $config
Registry $registry
Event $event
Component $component
Content $content
Counter $counter
Paths $paths
Folder $folder
File $file
2023-03-21 22:52:57 +00:00
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)