search/src/d5de47ce-9a9e-4e76-a5c6-61e...
Robot 0211def5a8
update 2023-05-31 16:47:30
2023-05-31 16:47:40 +02:00
..
README.md first commit 2023-04-15 17:01:55 +02:00
code.php update 2023-05-31 16:47:30 2023-05-31 16:47:40 +02:00
code.power first commit 2023-04-15 17:01:55 +02:00
settings.json first commit 2023-04-15 17:01:55 +02:00

README.md

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

class Database (Details)

namespace: VDM\Joomla\Componentbuilder\Search\Service

@startuml
class Database  #Gold {
  + register(Container $container) : void
  + getLoad(Container $container) : Load
  + 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::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