4
0
Fork 0
api-powers/src/b32eea04-6b9c-469d-94db-35d...
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 Api (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Service

@startuml
class Api  #Gold {
  + register(Container $container) : void
  + getTranslations(Container $container) : Translations
  + getBooks(Container $container) : Books
  + getChapters(Container $container) : Chapters
  + getVerses(Container $container) : Verses
}

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

  since: 2.0.1
  return: void
end note

note right of Api::getTranslations
  Get the Translations class

  since: 3.2.0
  return: Translations
end note

note right of Api::getBooks
  Get the Books class

  since: 3.2.0
  return: Books
end note

note right of Api::getChapters
  Get the Chapters class

  since: 3.2.0
  return: Chapters
end note

note right of Api::getVerses
  Get the Verses class

  since: 3.2.0
  return: Verses
end note
 
@enduml

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

Build with Joomla Component Builder