4
0
api-powers/src/a752e4b2-9b5e-4188-8d33-3799c46d5119/README.md

68 lines
2.1 KiB
Markdown
Raw Normal View History

2023-09-26 06:24:03 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class Chapters (Details)
2024-04-06 13:05:35 +00:00
> namespace: **TrueChristianChurch\Joomla\GetBible\Api**
2023-10-07 12:23:18 +00:00
> extends: **Api**
2023-09-26 06:24:03 +00:00
```uml
@startuml
2023-10-07 12:23:18 +00:00
class Chapters << (F,LightGreen) >> #RoyalBlue {
2023-09-26 06:24:03 +00:00
+ get(string $translation, int $book) : ?object
+ list(string $translation, int $book) : ?object
+ checksum(string $translation, int $book) : ?object
+ sha(string $translation, int $book, ...) : ?string
}
note right of Chapters::get
Get the chapters in a book in a translation
since: 2.0.1
return: ?object
end note
note right of Chapters::list
List the chapters of a book in a translation
since: 2.0.1
return: ?object
end note
note right of Chapters::checksum
List the chapters checksums of a book in a translation
since: 2.0.1
return: ?object
end note
note right of Chapters::sha
Get the chapter's checksums of a book in a translation
since: 2.0.1
return: ?string
arguments:
string $translation
int $book
int $chapter
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)