jcb-compiler/src/7175c1cd-2071-4cd7-b499-238...
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\Library

@startuml
class Data  #Gold {
  # Config $config
  # Registry $registry
  # Customcode $customcode
  # Gui $gui
  # FieldData $field
  # Filesfolders $filesFolders
  # $db
  + __construct(?Config $config = null, ?Registry $registry = null, ...)
  + get(int $id) : object|bool
}

note right of Data::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?Registry $registry = null
    ?Customcode $customcode = null
    ?Gui $gui = null
    ?FieldData $field = null
    ?Filesfolders $filesFolders = null
end note

note right of Data::get
  Get Media Library Data and store globally in registry

  since: 3.2.0
  return: object|bool
end note
 
@enduml

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

Build with Joomla Component Builder