4
0
api-powers/src/7d592acd-f031-4d0f-b667-584c88ae0495/README.md

77 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2023-09-26 06:24:03 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class Translation (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 Translation << (F,LightGreen) >> #RoyalBlue {
2023-09-26 06:24:03 +00:00
# Translations $translations
+ __construct(Load $load, Insert $insert, ...)
+ translations() : bool
+ sync(string $translation) : bool
- load(string $translation) : bool
- update() : bool
}
note right of Translation::__construct
Constructor
since: 2.0.1
arguments:
Load $load
Insert $insert
Update $update
Translations $translations
end note
note right of Translation::translations
Update translations details
since: 2.0.1
return: bool
end note
note right of Translation::sync
Sync the target being watched
since: 2.0.1
return: bool
end note
note right of Translation::load
Load Translation
since: 2.0.1
return: bool
end note
note right of Translation::update
Trigger the update of all translations
since: 2.0.1
return: bool
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)