search/src/7f40cc7d-9ab8-4601-8a2b-4eb...
Llewellyn van der Merwe 52a59e002f
first commit
2023-04-15 17:01:55 +02:00
..
README.md first commit 2023-04-15 17:01:55 +02:00
code.php first commit 2023-04-15 17:01:55 +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 Model (Details)

namespace: VDM\Joomla\Componentbuilder\Search\Service

@startuml
class Model  #Gold {
  + register(Container $container) : void
  + getModelLoad(Container $container) : Load
  + getModelInsert(Container $container) : Insert
}

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

  since: 3.2.0
  return: void
end note

note right of Model::getModelLoad
  Get the Load Model

  since: 3.2.0
  return: Load
end note

note right of Model::getModelInsert
  Get the Insert Model

  since: 3.2.0
  return: Insert
end note
 
@enduml

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

Build with Joomla Component Builder