super-powers/src/2dcedd6c-c95b-4a37-9cac-95d28faedca3
2024-06-21 14:01:19 +02:00
..
code.php Update 2024-06-21 14:01:13 2024-06-21 14:01:19 +02:00
code.power Update 2024-06-21 14:01:13 2024-06-21 14:01:19 +02:00
README.md Update 2024-06-21 14:01:13 2024-06-21 14:01:19 +02:00
settings.json Update 2024-06-21 14:01:13 2024-06-21 14:01:19 +02:00

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

class Model (Details)

namespace: VDM\Joomla\Service extends: ****

@startuml
class Model  #Gold {
  + register(Container $container) : void
  + getLoad(Container $container) : Load
  + getUpsert(Container $container) : Upsert
}

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::getLoad
  Get The Load Class.

  since: 3.2.0
  return: Load
end note

note right of Model::getUpsert
  Get The Upsert Class.

  since: 3.2.0
  return: Upsert
end note
 
@enduml

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

Build with Joomla Component Builder