4
0
Fork 0
api-powers/src/17d87374-2953-4d6c-9fdd-422...
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

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

final class Scripture (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Data

@startuml
class Scripture << (F,LightGreen) >> #RoyalBlue {
  # Translation $translation
  # Book $book
  # Chapter $chapter
  # Verse $verse
  # Word $word
  # ?object $scripture
  + __construct(Translation $translation, Book $book, ...)
  + get(string $key, mixed $default = null) : mixed
  - getScripture() : object
}

note right of Scripture::__construct
  Constructor

  since: 2.0.1
  
  arguments:
    Translation $translation
    Book $book
    Chapter $chapter
    Verse $verse
    Word $word
end note

note right of Scripture::get
  Get the Open AI response

  since: 2.0.1
  return: mixed
end note

note right of Scripture::getScripture
  Get all related scripture values

  since: 2.0.1
  return: object
end note
 
@enduml

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

Build with Joomla Component Builder