jcb-compiler/src/c871fb4a-4c33-4302-bb79-a9cd7ef4a557/README.md

57 lines
1.9 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Validation (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Field**
```uml
@startuml
class Validation #Gold {
# Registry $registry
# Gui $gui
# Placeholder $placeholder
# Customcode $customcode
# CoreValidationInterface $validation
+ __construct(?Registry $registry = null, ?Gui $gui = null, ...)
+ set(int $id, string $field) : void
}
note right of Validation::__construct
Constructor
since: 3.2.0
arguments:
?Registry $registry = null
?Gui $gui = null
?Placeholder $placeholder = null
?Customcode $customcode = null
?CoreValidationInterface $validation = null
end note
note right of Validation::set
Set the validation rule
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)