4
0
Fork 0
api-powers/src/71075f03-4e77-4fc0-840a-ef5...
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 Config (Details)

namespace: TrueChristianChurch\Joomla\GetBible extends: BaseConfig

@startuml
class Config  #Gold {
  # getEndpoint() : ?string
  # getSchema() : ?string
  # getDomain() : ?string
  # getVersion() : ?string
  # getDailyscriptureurl() : ?string
}

note right of Config::getEndpoint
  get Bible API url

  since: 2.0.1
  return: ?string
end note

note right of Config::getSchema
  get Bible API Schema

  since: 2.0.1
  return: ?string
end note

note right of Config::getDomain
  get Bible API domain

  since: 2.0.1
  return: ?string
end note

note right of Config::getVersion
  get Bible version

  since: 2.0.1
  return: ?string
end note

note right of Config::getDailyscriptureurl
  get Daily Scripture URL

  since: 2.0.1
  return: ?string
end note
 
@enduml

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

Build with Joomla Component Builder