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

54 lines
1.8 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Placeholder (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Service**
```uml
@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](https://git.vdm.dev/joomla/Component-Builder)