4
0
Fork 0
api-powers/src/116eb429-bc51-4d14-b9aa-714...
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 Model (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Service

@startuml
class Model  #Gold {
  + register(Container $container) : void
  + getUpsert(Container $container) : Upsert
  + getLoad(Container $container) : Load
}

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

  since: 2.0.1
  return: void
end note

note right of Model::getUpsert
  Get the Upsert class

  since: 2.0.1
  return: Upsert
end note

note right of Model::getLoad
  Get the Load class

  since: 2.0.1
  return: Load
end note
 
@enduml

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

Build with Joomla Component Builder