jcb-compiler/src/31c8127c-0d42-4e09-be81-7cf.../README.md

2.0 KiB

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

final class ConfigFieldsetsGooglechart (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class ConfigFieldsetsGooglechart << (F,LightGreen) >> #RoyalBlue {
  # Config $config
  # Language $language
  # ConfigFieldsets $configfieldsets
  # Customfield $customfield
  # ExtensionsParams $extensionsparams
  + __construct(Config $config, Language $language, ...)
  + set(string $lang) : void
}

note right of ConfigFieldsetsGooglechart::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Language $language
    ConfigFieldsets $configfieldsets
    Customfield $customfield
    ExtensionsParams $extensionsparams
end note

note right of ConfigFieldsetsGooglechart::set
  Set Email Helper Config Fieldsets

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder