jcb-packager/src/7d1aeda3-2598-46a6-bec2-7d4...
Llewellyn van der Merwe 4fe34f3818
first commit
2023-04-15 16:53:53 +02:00
..
README.md first commit 2023-04-15 16:53:53 +02:00
code.php first commit 2023-04-15 16:53:53 +02:00
code.power first commit 2023-04-15 16:53:53 +02:00
settings.json first commit 2023-04-15 16:53:53 +02:00

README.md

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

class Display (Details)

namespace: VDM\Joomla\Componentbuilder\Package\Service

@startuml
class Display  #Gold {
  + register(Container $container) : void
  + getDetails(Container $container) : Details
}

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

  since: 3.2.0
  return: void
end note

note right of Display::getDetails
  Get the Display Details

  since: 3.2.0
  return: Details
end note
 
@enduml

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

Build with Joomla Component Builder