jcb-compiler/src/e50cbac5-9c9d-4fd4-aa7a-5e8.../README.md

54 lines
1.7 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Sqltweaking (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model**
```uml
@startuml
class Sqltweaking #Gold {
# Registry $registry
+ __construct(?Registry $registry = null)
+ set(object $item) : void
# tweak(array $settings) : void
}
note right of Sqltweaking::__construct
Constructor
since: 3.2.0
end note
note right of Sqltweaking::set
Set sql tweaking if needed
since: 3.2.0
return: void
end note
note right of Sqltweaking::tweak
To limit the SQL Demo data build in the views
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)