4
0
Fork 0
api-powers/src/ba2151c0-8ffa-4a07-ba6e-93f...
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 Placeholders (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Data

@startuml
class Placeholders << (F,LightGreen) >> #RoyalBlue {
  # Scripture $scripture
  # Prompt $prompt
  + __construct(Scripture $scripture, Prompt $prompt)
  + get() : array
  - all() : array
  - without() : array
  - words() : array
}

note right of Placeholders::__construct
  Constructor

  since: 2.0.1
end note

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

  since: 2.0.1
  return: array
end note

note right of Placeholders::all
  Get All Placeholders

  since: 2.0.1
  return: array
end note

note right of Placeholders::without
  Get All Placeholders without words

  since: 2.0.1
  return: array
end note

note right of Placeholders::words
  Get Words Placeholders

  since: 2.0.1
  return: array
end note
 
@enduml

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

Build with Joomla Component Builder