4
0
Fork 0
api-powers/src/51bb0397-fa7c-4f7a-a4c5-1f9.../README.md

2.4 KiB

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

class Database (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Service

@startuml
class Database  #Gold {
  + register(Container $container) : void
  + getBaseUpdate(Container $container) : BaseUpdate
  + getBaseInsert(Container $container) : BaseInsert
  + getBaseLoad(Container $container) : BaseLoad
  + getInsert(Container $container) : Insert
  + getUpdate(Container $container) : Update
  + getLoad(Container $container) : Load
}

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

  since: 2.0.1
  return: void
end note

note right of Database::getBaseUpdate
  Get the BaseUpdate class

  since: 2.0.1
  return: BaseUpdate
end note

note right of Database::getBaseInsert
  Get the BaseInsert class

  since: 2.0.1
  return: BaseInsert
end note

note right of Database::getBaseLoad
  Get the BaseLoad class

  since: 2.0.1
  return: BaseLoad
end note

note right of Database::getInsert
  Get the Insert class

  since: 2.0.1
  return: Insert
end note

note right of Database::getUpdate
  Get the Update class

  since: 2.0.1
  return: Update
end note

note right of Database::getLoad
  Get the Table class

  since: 2.0.1
  return: Load
end note
 
@enduml

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

Build with Joomla Component Builder