jcb-compiler/src/3b6895da-d9eb-4164-90b1-463...
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 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Data (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Customview

@startuml
class Data  #Gold {
  # array $data
  # Config $config
  # EventInterface $event
  # Customcode $customcode
  # Gui $gui
  # Libraries $libraries
  # Templatelayout $templateLayout
  # Dynamicget $dynamic
  # Loader $loader
  # Javascriptcustomview $javascript
  # Csscustomview $css
  # Phpcustomview $php
  # Custombuttons $custombuttons
  # Ajaxcustomview $ajax
  # $db
  + __construct(?Config $config = null, ?EventInterface $event = null, ...)
  + get(int $id, string $table = 'site_view') : ?object
}

note right of Data::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?EventInterface $event = null
    ?Customcode $customcode = null
    ?Gui $gui = null
    ?Libraries $libraries = null
    ?Templatelayout $templateLayout = null
    ?Dynamicget $dynamic = null
    ?Loader $loader = null
    ?Javascriptcustomview $javascript = null
    ?Csscustomview $css = null
    ?Phpcustomview $php = null
    ?Ajaxcustomview $ajax = null
    ?Custombuttons $custombuttons = null
end note

note right of Data::get
  Get all Custom View Data

  since: 3.2.0
  return: ?object
end note
 
@enduml

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

Build with Joomla Component Builder