4
0
Fork 0
api-powers/src/44c15b17-e096-47c0-8769-42e...
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 Response (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Data

@startuml
class Response << (F,LightGreen) >> #RoyalBlue {
  # Scripture $scripture
  # Prompt $prompt
  # Load $load
  # Config $config
  # array $responses
  # int $total
  + __construct(Scripture $scripture, Prompt $prompt, ...)
  + get() : ?array
  + isEnough() : bool
  + getTotal() : int
}

note right of Response::__construct
  Constructor

  since: 2.0.1
  
  arguments:
    Scripture $scripture
    Prompt $prompt
    Load $load
    Config $config
end note

note right of Response::get
  Get the responses

  since: 2.0.1
  return: ?array
end note

note right of Response::isEnough
  is there enough response messages

  since: 2.0.1
  return: bool
end note

note right of Response::getTotal
  Get the total responses in cache

  since: 2.0.1
  return: int
end note
 
@enduml

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

Build with Joomla Component Builder