jcb-compiler/src/b5986fab-17ca-4236-8c0c-81e...
Robot dc62360576
update 2023-10-04 18:35:53
2023-10-04 20:28:29 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.php update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.power update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
settings.json update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00

README.md

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

final class FieldsetDynamic (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class FieldsetDynamic << (F,LightGreen) >> #RoyalBlue {
  # FieldAsString $fieldasstring
  + __construct(FieldAsString $fieldasstring)
  + get(array $fields, string $langView, ...) : mixed
}

note right of FieldsetDynamic::__construct
  Constructor.

  since: 3.2.0
end note

note right of FieldsetDynamic::get
  build field set

  since: 3.2.0
  return: mixed
  
  arguments:
    array $fields
    string $langView
    string $nameSingleCode
    string $nameListCode
    array $placeholders
    string $dbkey
    bool $build = false
    int $returnType = 1
end note
 
@enduml

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

Build with Joomla Component Builder