jcb-compiler/src/5b021139-dad0-4e9b-882a-2b4d807795af
2023-04-15 16:49:36 +02:00
..
code.php first commit 2023-03-22 00:52:57 +02:00
code.power Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
README.md first commit 2023-03-22 00:52:57 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

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

class Selection (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Dynamicget

@startuml
class Selection  #Gold {
  # array $name
  # Config $config
  # Registry $registry
  # \JDatabaseDriver $db
  + __construct(?Config $config = null, ?Registry $registry = null, ...)
  + get(string $methodKey, string $viewCode, ...) : ?array
  # name(int $id) : string
}

note right of Selection::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?Registry $registry = null
    ?\JDatabaseDriver $db = null
end note

note right of Selection::get
  Get Data Selection of the dynamic get

  since: 3.2.0
  return: ?array
  
  arguments:
    string $methodKey
    string $viewCode
    string $string
    string $asset
    string $as
    string $type
    ?int $rowType = null
end note

note right of Selection::name
  Get the Admin view table name

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder