4
0
Fork 0
api-powers/src/c2a8a5fa-8e7f-443a-86d7-a8c...
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 Book (Details)

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

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