jcb-compiler/src/2b5c9989-1d4e-4f59-8b95-5cd.../README.md

39 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2023-10-04 18:28:29 +00:00
# class UpdateMysql (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Builder**
2023-10-10 09:39:16 +00:00
> extends: **Registry**
2023-03-21 22:52:57 +00:00
```uml
@startuml
2023-10-04 18:28:29 +00:00
class UpdateMysql #Gold {
2023-10-10 09:39:16 +00:00
# getActiveKeys(string $path) : ?array
2023-03-21 22:52:57 +00:00
}
2023-10-10 09:39:16 +00:00
note right of UpdateMysql::getActiveKeys
Get that the active keys from a path
2023-03-21 22:52:57 +00:00
since: 3.2.0
2023-10-10 09:39:16 +00:00
return: ?array
2023-03-21 22:52:57 +00:00
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)