jcb-compiler/src/2f7b1998-bb93-4055-ae82-aa6.../README.md

1.8 KiB

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

class Placeholder (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Placeholder  #Gold {
  + register(Container $container) : void
  + getPlaceholder(Container $container) : CompilerPlaceholder
  + getPlaceholderReverse(Container $container) : Reverse
}

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

  since: 3.2.0
  return: void
end note

note right of Placeholder::getPlaceholder
  Get the Compiler Placeholder

  since: 3.2.0
  return: CompilerPlaceholder
end note

note right of Placeholder::getPlaceholderReverse
  Get the Compiler Placeholder Reverse

  since: 3.2.0
  return: Reverse
end note
 
@enduml

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

Build with Joomla Component Builder