jcb-compiler/src/ce826b66-0f2d-43da-8005-41b...
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 2024-01-27 2024-01-27 09:09:33 +02:00

README.md

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

class Data (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Field

@startuml
class Data  #Gold {
  # array $fields
  # Config $config
  # Event $event
  # History $history
  # Placeholder $placeholder
  # Customcode $customcode
  # FieldCustomcode $fieldcustomcode
  # Rule $rule
  # $db
  + __construct(Config $config, Event $event, ...)
  + get(int $id, ?string $singleViewName = null, ...) : ?object
}

note right of Data::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Event $event
    History $history
    Placeholder $placeholder
    Customcode $customcode
    FieldCustomcode $fieldcustomcode
    Rule $rule
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