jcb-compiler/src/cb11e8d9-69c2-4095-831c-599...
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-10-24 10:36:32 2023-10-24 10:36:39 +02:00

README.md

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

class Data (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Joomlamodule

@startuml
class Data  #Gold {
  # array $data
  # Config $config
  # Customcode $customcode
  # Gui $gui
  # Placeholder $placeholder
  # Language $language
  # Field $field
  # Fieldname $fieldname
  # Filesfolders $filesfolders
  # Libraries $libraries
  # Dynamicget $dynamicget
  # Templatelayout $templatelayout
  # $db
  + __construct(Config $config, Customcode $customcode, ...)
  + get(int $id = null) : object|array|null
  + exists(int $id = null) : bool
  + set(int $id) : bool
}

note right of Data::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Customcode $customcode
    Gui $gui
    Placeholder $placeholder
    Language $language
    Field $field
    Fieldname $fieldname
    Filesfolders $filesfolders
    Libraries $libraries
    Dynamicget $dynamicget
    Templatelayout $templatelayout
end note

note right of Data::get
  Get the Joomla Module/s

  since: 3.2.0
  return: object|array|null
end note

note right of Data::exists
  Check if the Joomla Module/s exists

  since: 3.2.0
  return: bool
end note

note right of Data::set
  Set the Joomla Module

  since: 3.2.0
  return: bool
end note
 
@enduml

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

Build with Joomla Component Builder