jcb-compiler/src/79740ee8-4d10-4b51-9ff5-18e...
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

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

class Dynamicget (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Dynamicget  #Gold {
  # array $jointer
  # array $operator
  # array $guiMapper
  # Config $config
  # SiteDynamicGet $sitedynamicget
  # SiteMainGet $sitemainget
  # Customcode $customcode
  # Gui $gui
  # Placeholder $placeholder
  # Selection $selection
  + __construct(Config $config, SiteDynamicGet $sitedynamicget, ...)
  + set(object $item, string $view_code, ...) : void
}

note right of Dynamicget::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    SiteDynamicGet $sitedynamicget
    SiteMainGet $sitemainget
    Customcode $customcode
    Gui $gui
    Placeholder $placeholder
    Selection $selection
end note

note right of Dynamicget::set
  Set Dynamic Get

  since: 3.2.0
  return: void
  
  arguments:
    object $item
    string $view_code
    string $context
end note
 
@enduml

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

Build with Joomla Component Builder