4
0
api-powers/src/c2a8a5fa-8e7f-443a-86d7-a8c1e4cdfa98/README.md

77 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2023-09-26 06:24:03 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class Book (Details)
2024-04-06 13:05:35 +00:00
> namespace: **TrueChristianChurch\Joomla\GetBible\Watcher**
2023-10-07 12:23:18 +00:00
> extends: **Watcher**
2023-09-26 06:24:03 +00:00
```uml
@startuml
2023-10-07 12:23:18 +00:00
class Book << (F,LightGreen) >> #RoyalBlue {
2023-09-26 06:24:03 +00:00
# Books $books
+ __construct(Load $load, Insert $insert, ...)
+ translations(array $translations) : bool
+ sync(string $translation, int $book) : bool
- load(string $translation, int $book) : bool
- update(string $translation) : bool
}
note right of Book::__construct
Constructor
since: 2.0.1
arguments:
Load $load
Insert $insert
Update $update
Books $books
end note
note right of Book::translations
Update translations books
since: 2.0.1
return: bool
end note
note right of Book::sync
Sync the target being watched
since: 2.0.1
return: bool
end note
note right of Book::load
Load Book
since: 2.0.1
return: bool
end note
note right of Book::update
Trigger the update of all books of this translation
since: 2.0.1
return: bool
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)