jcb-compiler/src/ce826b66-0f2d-43da-8005-41b.../README.md

68 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Data (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Field**
```uml
@startuml
class Data #Gold {
# array $fields
# Config $config
2024-01-27 07:09:33 +00:00
# Event $event
# History $history
2023-03-21 22:52:57 +00:00
# Placeholder $placeholder
# Customcode $customcode
2024-01-27 07:09:33 +00:00
# FieldCustomcode $fieldcustomcode
# Rule $rule
# $db
+ __construct(Config $config, Event $event, ...)
2023-03-21 22:52:57 +00:00
+ get(int $id, ?string $singleViewName = null, ...) : ?object
}
note right of Data::__construct
2024-01-27 07:09:33 +00:00
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
arguments:
2024-01-27 07:09:33 +00:00
Config $config
Event $event
History $history
Placeholder $placeholder
Customcode $customcode
FieldCustomcode $fieldcustomcode
Rule $rule
2023-03-21 22:52:57 +00:00
end note
note right of Data::get
Get all Field Data
since: 3.2.0
return: ?object
arguments:
int $id
?string $singleViewName = null
?string $listViewName = null
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)