4
0
Fork 0
api-powers/src/b32eea04-6b9c-469d-94db-35d.../README.md

2.0 KiB

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

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