4
0
Fork 0
api-powers/src/b2c9493f-692b-426b-af22-c68...
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 AI (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Service

@startuml
class AI  #Gold {
  + register(Container $container) : void
  + getAI(Container $container) : GetBible
  + getEngineer(Container $container) : Engineer
}

note right of AI::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note right of AI::getAI
  Get the GetBible AI class

  since: 3.2.0
  return: GetBible
end note

note right of AI::getEngineer
  Get the Engineer AI class

  since: 3.2.0
  return: Engineer
end note
 
@enduml

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

Build with Joomla Component Builder