jcb-compiler/src/a900b836-f2eb-4f13-8f28-b7c...
Llewellyn van der Merwe 8d4935414b
Adds the code.power needed for importing, and more.
2023-04-13 17:44:10 +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 first commit 2023-03-22 00:52:57 +02:00

README.md

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

class Structure (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Joomlaplugin

@startuml
class Structure  #Gold {
  # Plugin $plugin
  # Component $component
  # Config $config
  # Registry $registry
  # Dispenser $dispenser
  # EventInterface $event
  # Counter $counter
  # Folder $folder
  # File $file
  # Files $files
  + __construct(?Plugin $plugin = null, ?Component $component = null, ...)
  + build() : void
  # getXML($plugin) : string
}

note right of Structure::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Plugin $plugin = null
    ?Component $component = null
    ?Config $config = null
    ?Registry $registry = null
    ?Dispenser $dispenser = null
    ?EventInterface $event = null
    ?Counter $counter = null
    ?Folder $folder = null
    ?File $file = null
    ?Files $files = null
end note

note right of Structure::build
  Build the Plugins files, folders, url's and config

  since: 3.2.0
  return: void
end note

note right of Structure::getXML
  get the plugin xml template

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder