4
0
Fork 0
api-powers/src/116eb429-bc51-4d14-b9aa-714.../README.md

1.7 KiB

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

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