4
0
Fork 0
api-powers/src/7d592acd-f031-4d0f-b667-584...
Robot cfe9fa7ba7
update 2024-04-06 15:05:35
2024-04-06 15:05:35 +02:00
..
README.md update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00
code.php update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00
code.power update 2023-11-10 13:08:58 2023-11-10 13:08:58 +02:00
settings.json update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

final class Translation (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Watcher extends: Watcher

@startuml
class Translation << (F,LightGreen) >> #RoyalBlue {
  # 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