jcb-compiler/src/b69a23db-0a62-4840-a9c5-b2d8d63ecc6c/README.md

122 lines
3.2 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2023-10-04 18:28:29 +00:00
# final class Structuremultiple (Details)
2023-03-21 22:52:57 +00:00
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Component**
```uml
@startuml
2023-10-04 18:28:29 +00:00
class Structuremultiple << (F,LightGreen) >> #RoyalBlue {
2023-03-21 22:52:57 +00:00
# Config $config
# Registry $registry
# Settings $settings
# Component $component
# Createdate $createdate
# Modifieddate $modifieddate
# Structure $structure
+ __construct(?Config $config = null, ?Registry $registry = null, ...)
+ build() : bool
# admin() : bool
# site() : bool
# custom() : bool
- isValidAdminView(array $view, array $config) : bool
- isValidView(array $view, array $config) : bool
- buildAdminView(array $view, array $config) : void
- buildView(array $view, array $config, ...) : void
}
note right of Structuremultiple::__construct
Constructor
since: 3.2.0
arguments:
?Config $config = null
?Registry $registry = null
?Settings $settings = null
?Component $component = null
?Createdate $createdate = null
?Modifieddate $modifieddate = null
?Structure $structure = null
end note
note left of Structuremultiple::build
Build the Multiple Files & Folders
since: 3.2.0
return: bool
end note
note right of Structuremultiple::admin
Build the Dynamic Admin Files & Folders
since: 3.2.0
return: bool
end note
note left of Structuremultiple::site
Build the Dynamic Site Files & Folders
since: 3.2.0
return: bool
end note
note right of Structuremultiple::custom
Build the Dynamic Custom Admin Files & Folders
since: 3.2.0
return: bool
end note
note left of Structuremultiple::isValidAdminView
Check if the view is a valid view
since: 3.2.0
return: bool
end note
note right of Structuremultiple::isValidView
Check if the view is a valid view
since: 3.2.0
return: bool
end note
note left of Structuremultiple::buildAdminView
Build the admin view
since: 3.2.0
return: void
end note
note right of Structuremultiple::buildView
Build the custom view
since: 3.2.0
return: void
arguments:
array $view
array $config
string $type
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)