jcb-compiler/src/ce826b66-0f2d-43da-8005-41b...
Llewellyn van der Merwe 7d969e9a52
update 2023-04-15 16:49:30
2023-04-15 16:49:36 +02:00
..
README.md first commit 2023-03-22 00:52:57 +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
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\Field

@startuml
class Data  #Gold {
  # array $fields
  # Config $config
  # EventInterface $event
  # HistoryInterface $history
  # Placeholder $placeholder
  # Customcode $customcode
  # FieldCustomcode $fieldCustomcode
  # Validation $validation
  # \JDatabaseDriver $db
  + __construct(?Config $config = null, ?EventInterface $event = null, ...)
  + get(int $id, ?string $singleViewName = null, ...) : ?object
}

note right of Data::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?EventInterface $event = null
    ?HistoryInterface $history = null
    ?Placeholder $placeholder = null
    ?Customcode $customcode = null
    ?FieldCustomcode $fieldCustomcode = null
    ?Validation $validation = null
    ?\JDatabaseDriver $db = null
end note

note right of Data::get
  Get all Field Data

  since: 3.2.0
  return: ?object
  
  arguments:
    int $id
    ?string $singleViewName = null
    ?string $listViewName = null
end note
 
@enduml

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

Build with Joomla Component Builder