jcb-compiler/src/8a63e87b-b39b-4a15-8044-9b2...
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 Component (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Component  #Gold {
  + register(Container $container) : void
  + getComponent(Container $container) : CompilerComponent
  + getSettings(Container $container) : Settings
  + getDashboard(Container $container) : Dashboard
  + getPlaceholder(Container $container) : Placeholder
  + getData(Container $container) : Data
  + getStructure(Container $container) : Structure
  + getStructuresingle(Container $container) : Structuresingle
  + getStructuremultiple(Container $container) : Structuremultiple
}

note right of Component::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note left of Component::getComponent
  Get the Component

  since: 3.2.0
  return: CompilerComponent
end note

note right of Component::getSettings
  Get the Compiler Component (version) Settings

  since: 3.2.0
  return: Settings
end note

note left of Component::getDashboard
  Get the Compiler Component Dynamic Dashboard

  since: 3.2.0
  return: Dashboard
end note

note right of Component::getPlaceholder
  Get the Component Placeholders

  since: 3.2.0
  return: Placeholder
end note

note left of Component::getData
  Get the Component Data

  since: 3.2.0
  return: Data
end note

note right of Component::getStructure
  Get the Compiler Structure

  since: 3.2.0
  return: Structure
end note

note left of Component::getStructuresingle
  Get the Compiler Structure Single

  since: 3.2.0
  return: Structuresingle
end note

note right of Component::getStructuremultiple
  Get the Compiler Structure Multiple

  since: 3.2.0
  return: Structuremultiple
end note
 
@enduml

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

Build with Joomla Component Builder