4
0
Fork 0
api-powers/src/c5077cd8-b042-4295-99cf-3a5...
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-09-26 08:24:03 2023-09-26 08:24:03 +02:00
settings.json update 2024-04-06 15:05:35 2024-04-06 15:05:35 +02:00

README.md

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

class Watcher (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Service

@startuml
class Watcher  #Gold {
  + register(Container $container) : void
  + getWatcher(Container $container) : Watch
  + getTranslation(Container $container) : Translation
  + getBook(Container $container) : Book
  + getChapter(Container $container) : Chapter
}

note right of Watcher::register
  Registers the service provider with a DI container.

  since: 2.0.1
  return: void
end note

note right of Watcher::getWatcher
  Get the Watcher class

  since: 2.0.1
  return: Watch
end note

note right of Watcher::getTranslation
  Get the Translation class

  since: 2.0.1
  return: Translation
end note

note right of Watcher::getBook
  Get the Book class

  since: 2.0.1
  return: Book
end note

note right of Watcher::getChapter
  Get the Chapter class

  since: 2.0.1
  return: Chapter
end note
 
@enduml

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

Build with Joomla Component Builder