jcb-compiler/src/cef2815b-f72b-402a-b769-f02...
Robot 8f6a478760
update 2024-03-14
2024-03-14 14:29:20 +02:00
..
README.md update 2024-01-27 2024-01-27 09:09:33 +02:00
code.php update 2024-03-14 2024-03-14 14:29:20 +02:00
code.power update 2024-01-27 2024-01-27 09:09:33 +02:00
settings.json update 2024-03-14 2024-03-14 14:29:20 +02:00

README.md

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

class Data (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Adminview

@startuml
class Data  #Gold {
  # Config $config
  # Event $event
  # Placeholder $placeholder
  # Dispenser $dispenser
  # Customtabs $customtabs
  # Tabs $tabs
  # Fields $fields
  # History $history
  # Permissions $permissions
  # Conditions $conditions
  # Relations $relations
  # Linkedviews $linkedviews
  # Javascript $javascript
  # Css $css
  # Php $php
  # Custombuttons $custombuttons
  # Customimportscripts $customimportscripts
  # Ajax $ajax
  # Customalias $customalias
  # Sql $sql
  # Mysqlsettings $mysqlsettings
  # SiteEditView $siteeditview
  # $db
  + __construct(Config $config, Event $event, ...)
  + get(int $id) : ?object
}

note right of Data::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Event $event
    Placeholder $placeholder
    Dispenser $dispenser
    Customtabs $customtabs
    Tabs $tabs
    Fields $fields
    History $history
    Permissions $permissions
    Conditions $conditions
    Relations $relations
    Linkedviews $linkedviews
    Javascript $javascript
    Css $css
    Php $php
    Custombuttons $custombuttons
    Customimportscripts $customimportscripts
    Ajax $ajax
    Customalias $customalias
    Sql $sql
    Mysqlsettings $mysqlsettings
    SiteEditView $siteeditview
end note

note right of Data::get
  Get Admin View Data

  since: 3.2.0
  return: ?object
end note
 
@enduml

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

Build with Joomla Component Builder