jcb-compiler/src/23f2ca33-440a-4941-8e9a-4bc.../README.md

1.6 KiB

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

class Mapper (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Mapper  #Gold {
  + register(Container $container) : void
  + getContent(Container $container) : Content
}

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

  since: 3.2.0
  return: void
end note

note right of Mapper::getContent
  Get the Compiler Content

  since: 3.2.0
  return: Content
end note
 
@enduml

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

Build with Joomla Component Builder