jcb-compiler/src/cef2815b-f72b-402a-b769-f02...
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\Adminview

@startuml
class Data  #Gold {
  # array $data
  # Config $config
  # Registry $registry
  # EventInterface $event
  # Placeholder $placeholder
  # Dispenser $dispenser
  # Customtabs $customtabs
  # Tabs $tabs
  # Fields $fields
  # Historyadminview $history
  # Permissions $permissions
  # Conditions $conditions
  # Relations $relations
  # Linkedviews $linkedviews
  # Javascriptadminview $javascript
  # Cssadminview $css
  # Phpadminview $php
  # Custombuttons $custombuttons
  # Customimportscripts $customimportscripts
  # Ajaxadmin $ajax
  # Customalias $customalias
  # Sql $sql
  # Mysqlsettings $mysqlsettings
  # \JDatabaseDriver $db
  + __construct(?Config $config = null, ?Registry $registry = null, ...)
  + get(int $id) : ?object
}

note right of Data::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?Registry $registry = null
    ?EventInterface $event = null
    ?Placeholder $placeholder = null
    ?Dispenser $dispenser = null
    ?Customtabs $customtabs = null
    ?Tabs $tabs = null
    ?Fields $fields = null
    ?Historyadminview $history = null
    ?Permissions $permissions = null
    ?Conditions $conditions = null
    Relations $relations = null
    ?Linkedviews $linkedviews = null
    ?Javascriptadminview $javascript = null
    ?Cssadminview $css = null
    ?Phpadminview $php = null
    ?Custombuttons $custombuttons = null
    ?Customimportscripts $customimportscripts = null
    ?Ajaxadmin $ajax = null
    ?Customalias $customalias = null
    ?Sql $sql = null
    ?Mysqlsettings $mysqlsettings = null
    ?\JDatabaseDriver $db = null
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