54 lines
1.8 KiB
Markdown
54 lines
1.8 KiB
Markdown
|
```
|
||
|
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
|
||
|
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
|
||
|
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
|
||
|
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
|
||
|
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
|
||
|
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
|
||
|
```
|
||
|
# class Database (Details)
|
||
|
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Service**
|
||
|
```uml
|
||
|
@startuml
|
||
|
class Database #Gold {
|
||
|
+ register(Container $container) : void
|
||
|
+ getLoad(Container $container) : Load
|
||
|
+ getInsert(Container $container) : Insert
|
||
|
}
|
||
|
|
||
|
note right of Database::register
|
||
|
Registers the service provider with a DI container.
|
||
|
|
||
|
since: 3.2.0
|
||
|
return: void
|
||
|
end note
|
||
|
|
||
|
note right of Database::getLoad
|
||
|
Get the Core Load Database
|
||
|
|
||
|
since: 3.2.0
|
||
|
return: Load
|
||
|
end note
|
||
|
|
||
|
note right of Database::getInsert
|
||
|
Get the Core Insert Database
|
||
|
|
||
|
since: 3.2.0
|
||
|
return: Insert
|
||
|
end note
|
||
|
|
||
|
@enduml
|
||
|
```
|
||
|
|
||
|
---
|
||
|
```
|
||
|
██╗ ██████╗██████╗
|
||
|
██║██╔════╝██╔══██╗
|
||
|
██║██║ ██████╔╝
|
||
|
██ ██║██║ ██╔══██╗
|
||
|
╚█████╔╝╚██████╗██████╔╝
|
||
|
╚════╝ ╚═════╝╚═════╝
|
||
|
```
|
||
|
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)
|
||
|
|