4
0
Fork 0
api-powers/src/c4098e1a-46dd-4d60-9277-b36...
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 Translation (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Data

@startuml
class Translation << (F,LightGreen) >> #RoyalBlue {
  # Load $load
  # Config $config
  # array $translations
  + __construct(Load $load, Config $config)
  + getName() : string
  + getLanguage() : string
  + getLcsh() : string
  + getAbbreviation() : string
  + get() : ?object
}

note right of Translation::__construct
  Constructor

  since: 2.0.1
end note

note right of Translation::getName
  Get the translation name

  since: 2.0.1
  return: string
end note

note right of Translation::getLanguage
  Get the translation language

  since: 2.0.1
  return: string
end note

note right of Translation::getLcsh
  Get the translation distribution lcsh

  since: 2.0.1
  return: string
end note

note right of Translation::getAbbreviation
  Get the translation abbreviation

  since: 2.0.1
  return: string
end note

note right of Translation::get
  Get the translation

  since: 2.0.1
  return: ?object
end note
 
@enduml

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

Build with Joomla Component Builder