4
0
api-powers/src/b32eea04-6b9c-469d-94db-35d610686cf1/README.md

70 lines
2.0 KiB
Markdown
Raw Normal View History

2023-09-26 06:24:03 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Api (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 Api #Gold {
+ register(Container $container) : void
+ getTranslations(Container $container) : Translations
+ getBooks(Container $container) : Books
+ getChapters(Container $container) : Chapters
+ getVerses(Container $container) : Verses
}
note right of Api::register
Registers the service provider with a DI container.
since: 2.0.1
return: void
end note
note right of Api::getTranslations
Get the Translations class
since: 3.2.0
return: Translations
end note
note right of Api::getBooks
Get the Books class
since: 3.2.0
return: Books
end note
note right of Api::getChapters
Get the Chapters class
since: 3.2.0
return: Chapters
end note
note right of Api::getVerses
Get the Verses class
since: 3.2.0
return: Verses
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)