jcb-compiler/src/cb11e8d9-69c2-4095-831c-599.../README.md

87 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Data (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Joomlamodule**
```uml
@startuml
class Data #Gold {
# array $data
# Config $config
# Customcode $customcode
# Gui $gui
# Placeholder $placeholder
# Language $language
# Field $field
2023-10-24 08:36:39 +00:00
# Fieldname $fieldname
# Filesfolders $filesfolders
2023-03-21 22:52:57 +00:00
# Libraries $libraries
2023-10-24 08:36:39 +00:00
# Dynamicget $dynamicget
# Templatelayout $templatelayout
2024-01-27 07:09:33 +00:00
# $db
2023-10-24 08:36:39 +00:00
+ __construct(Config $config, Customcode $customcode, ...)
2023-03-21 22:52:57 +00:00
+ get(int $id = null) : object|array|null
+ exists(int $id = null) : bool
+ set(int $id) : bool
}
note right of Data::__construct
2023-10-24 08:36:39 +00:00
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
arguments:
2023-10-24 08:36:39 +00:00
Config $config
Customcode $customcode
Gui $gui
Placeholder $placeholder
Language $language
Field $field
Fieldname $fieldname
Filesfolders $filesfolders
Libraries $libraries
Dynamicget $dynamicget
Templatelayout $templatelayout
2023-03-21 22:52:57 +00:00
end note
note right of Data::get
Get the Joomla Module/s
since: 3.2.0
return: object|array|null
end note
note right of Data::exists
Check if the Joomla Module/s exists
since: 3.2.0
return: bool
end note
note right of Data::set
Set the Joomla Module
since: 3.2.0
return: bool
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)