jcb-compiler/src/55e61314-ba10-4e2b-92dd-b44.../README.md

53 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Conditions (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model**
```uml
@startuml
class Conditions #Gold {
# TypeName $typeName
# FieldName $fieldName
2023-10-04 18:28:29 +00:00
# FieldGroups $fieldGroups
+ __construct(?TypeName $typeName = null, ?FieldName $fieldName = null, ...)
2023-03-21 22:52:57 +00:00
+ set(object $item) : void
}
note right of Conditions::__construct
Constructor
since: 3.2.0
2023-10-04 18:28:29 +00:00
arguments:
?TypeName $typeName = null
?FieldName $fieldName = null
?FieldGroups $fieldGroups = null
2023-03-21 22:52:57 +00:00
end note
note right of Conditions::set
Set the conditions
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)