jcb-packager/src/97c8b20c-a35d-47e7-b801-b9c.../README.md

2.1 KiB

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

class Database (Details)

namespace: VDM\Joomla\Componentbuilder\Package\Service

@startuml
class Database  #Gold {
  + register(Container $container) : void
  + getLoad(Container $container) : Load
  + getInsert(Container $container) : Insert
  + getDatabaseLoad(Container $container) : LoadDatabase
  + getDatabaseInsert(Container $container) : InsertDatabase
}

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

  since: 3.2.0
  return: void
end note

note right of Database::getLoad
  Get the Core Load Database

  since: 3.2.0
  return: Load
end note

note right of Database::getInsert
  Get the Core Insert Database

  since: 3.2.0
  return: Insert
end note

note right of Database::getDatabaseLoad
  Get the Load Database

  since: 3.2.0
  return: LoadDatabase
end note

note right of Database::getDatabaseInsert
  Get the Insert Database

  since: 3.2.0
  return: InsertDatabase
end note
 
@enduml

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

Build with Joomla Component Builder