jcb-compiler/src/05c49a1f-ba5b-4be1-b3d0-4a7...
Robot c7492eb08e
update 2024-01-27
2024-01-27 09:09:33 +02:00
..
README.md update 2024-01-27 2024-01-27 09:09:33 +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-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Data (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Dynamicget

@startuml
class Data  #Gold {
  # array $guiMapper
  # Config $config
  # Registry $registry
  # EventInterface $event
  # Customcode $customcode
  # Dispenser $dispenser
  # Gui $gui
  # Dynamicget $dynamic
  # $db
  + __construct(?Config $config = null, ?Registry $registry = null, ...)
  + get(array $ids, string $view_code, ...) : ?array
}

note right of Data::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?Registry $registry = null
    ?EventInterface $event = null
    ?Customcode $customcode = null
    ?Dispenser $dispenser = null
    ?Gui $gui = null
    ?Dynamicget $dynamic = null
end note

note right of Data::get
  Get Dynamic Get Data

  since: 3.2.0
  return: ?array
  
  arguments:
    array $ids
    string $view_code
    string $context
end note
 
@enduml

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

Build with Joomla Component Builder