jcb-compiler/src/2f7b1998-bb93-4055-ae82-aa6...
Robot 677b8ace35
update 2023-04-30 01:34:12
2023-04-30 01:34:15 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php update 2023-04-30 01:34:12 2023-04-30 01:34:15 +02:00
code.power update 2023-04-30 01:34:12 2023-04-30 01:34:15 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

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