4
0
api-powers/src/be0cae8b-4b78-4f59-b97b-9e31ee6f52e0/README.md
2023-10-07 14:23:18 +02:00

1.7 KiB

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

final class Translations (Details)

namespace: VDM\Joomla\GetBible\Api extends: Api

@startuml
class Translations << (F,LightGreen) >> #RoyalBlue {
  + list() : ?object
  + checksum() : ?object
  + sha(string $translation = 'kjv') : ?string
}

note right of Translations::list
  List the translations

  since: 2.0.1
  return: ?object
end note

note right of Translations::checksum
  List the translations checksums

  since: 2.0.1
  return: ?object
end note

note right of Translations::sha
  Get the translation's checksums

  since: 2.0.1
  return: ?string
end note
 
@enduml

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

Build with Joomla Component Builder