jcb-packager/src/7d1aeda3-2598-46a6-bec2-7d4.../README.md

1.6 KiB

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

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