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

69 lines
2.2 KiB
Markdown
Raw 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
# EventInterface $event
# HistoryInterface $history
# Placeholder $placeholder
# Customcode $customcode
# FieldCustomcode $fieldCustomcode
# Validation $validation
# \JDatabaseDriver $db
+ __construct(?Config $config = null, ?EventInterface $event = null, ...)
+ get(int $id, ?string $singleViewName = null, ...) : ?object
}
note right of Data::__construct
Constructor
since: 3.2.0
arguments:
?Config $config = null
?EventInterface $event = null
?HistoryInterface $history = null
?Placeholder $placeholder = null
?Customcode $customcode = null
?FieldCustomcode $fieldCustomcode = null
?Validation $validation = null
?\JDatabaseDriver $db = null
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)