jcb-compiler/src/aecc17ba-0b0f-4e5c-ae43-71b.../README.md

1.6 KiB

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

final class Placeholder (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Component

@startuml
class Placeholder << (F,LightGreen) >> #RoyalBlue {
  # $placeholders
  # $config
  # $db
  + __construct(?Config $config = null)
  + get() : array
}

note right of Placeholder::__construct
  Constructor.

  since: 3.2.0
end note

note right of Placeholder::get
  get all System Placeholders

  since: 3.2.0
  return: array
end note
 
@enduml

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

Build with Joomla Component Builder