jcb-compiler/src/4ad7020e-39ab-49ba-977b-de6...
Robot c7492eb08e
update 2024-01-27
2024-01-27 09:09:33 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.php update 2024-01-27 2024-01-27 09:09:33 +02:00
code.power update 2024-01-27 2024-01-27 09:09:33 +02:00
settings.json update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00

README.md

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

class Fieldset (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Language

@startuml
class Fieldset  #Gold {
  # Language $language
  # MetaData $metadata
  # AccessSwitch $accessswitch
  # AccessSwitchList $accessswitchlist
  + __construct(Language $language, MetaData $metadata, ...)
  + set(bool $access, bool $metadata, ...) : void
}

note right of Fieldset::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Language $language
    MetaData $metadata
    AccessSwitch $accessswitch
    AccessSwitchList $accessswitchlist
end note

note right of Fieldset::set
  Set the fieldset language

  since: 3.2.0
  return: void
  
  arguments:
    bool $access
    bool $metadata
    string $langTarget
    string $langView
    string $langViews
    string $nameSingle
    string $nameList
    string $nameSingleCode
    string $nameListCode
end note
 
@enduml

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

Build with Joomla Component Builder