jcb-compiler/src/15b4addf-bf6b-4691-9c92-858...
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 SiteFieldData (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class SiteFieldData << (F,LightGreen) >> #RoyalBlue {
  # Config $config
  # SiteFields $sitefields
  # SiteField $sitefield
  # array $decode
  # array $textareas
  + __construct(Config $config, SiteFields $sitefields, ...)
  + set(string $view, string $field, ...) : void
}

note right of SiteFieldData::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    SiteFields $sitefields
    SiteField $sitefield
end note

note right of SiteFieldData::set
  set the site field data needed

  return: void
  
  arguments:
    string $view
    string $field
    string $set
    string $type
end note
 
@enduml

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

Build with Joomla Component Builder