jcb-compiler/src/95deb809-5f43-400b-939f-f9c...
Robot 8f6a478760
update 2024-03-14
2024-03-14 14:29:20 +02:00
..
README.md update 2024-03-14 2024-03-14 14:29:20 +02:00
code.php update 2024-03-14 2024-03-14 14:29:20 +02:00
code.power update 2024-03-14 2024-03-14 14:29:20 +02:00
settings.json update 2024-03-14 2024-03-14 14:29:20 +02:00

README.md

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

final class Header (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\JoomlaFive

@startuml
class Header << (F,LightGreen) >> #RoyalBlue {
  # Config $config
  # Event $event
  # Placeholder $placeholder
  # Language $language
  # UikitComp $uikitcomp
  # AdminFilterType $adminfiltertype
  # Category $category
  # AccessSwitchList $accessswitchlist
  # Filter $filter
  # Tags $tags
  # array $headers
  # string $NamespacePrefix
  # string $ComponentName
  # string $ComponentNamespace
  + __construct(Config $config, Event $event, ...)
  + get(string $context, string $codeName) : string
  # getHeaders(string $context) : array
  # setHelperClassHeader(array $headers, string $target_client) : void
}

note right of Header::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Event $event
    Placeholder $placeholder
    Language $language
    UikitComp $uikitcomp
    AdminFilterType $adminfiltertype
    Category $category
    AccessSwitchList $accessswitchlist
    Filter $filter
    Tags $tags
end note

note right of Header::get
  Get the headers for a file

  since: 3.2.0
  return: string
end note

note right of Header::getHeaders
  Get the headers for a file

  since: 3.2.0
  return: array
end note

note right of Header::setHelperClassHeader
  set Helper Dynamic Headers

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder