4
0
api-powers/src/116eb429-bc51-4d14-b9aa-7145c86a29d1/README.md
2024-04-06 15:05:35 +02:00

54 lines
1.7 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Model (Details)
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
```uml
@startuml
class Model #Gold {
+ register(Container $container) : void
+ getUpsert(Container $container) : Upsert
+ getLoad(Container $container) : Load
}
note right of Model::register
Registers the service provider with a DI container.
since: 2.0.1
return: void
end note
note right of Model::getUpsert
Get the Upsert class
since: 2.0.1
return: Upsert
end note
note right of Model::getLoad
Get the Load class
since: 2.0.1
return: Load
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)