4
0
api-powers/src/b2c9493f-692b-426b-af22-c6865f76c2bb/README.md

54 lines
1.7 KiB
Markdown
Raw Normal View History

2023-09-26 06:24:03 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class AI (Details)
2024-04-06 13:05:35 +00:00
> namespace: **TrueChristianChurch\Joomla\GetBible\Service**
2023-09-26 06:24:03 +00:00
```uml
@startuml
class AI #Gold {
+ register(Container $container) : void
+ getAI(Container $container) : GetBible
+ getEngineer(Container $container) : Engineer
}
note right of AI::register
Registers the service provider with a DI container.
since: 3.2.0
return: void
end note
note right of AI::getAI
Get the GetBible AI class
since: 3.2.0
return: GetBible
end note
note right of AI::getEngineer
Get the Engineer AI class
since: 3.2.0
return: Engineer
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)