jcb-compiler/src/a74ac3b7-bb79-4639-8f14-54a...
Robot 677b8ace35
update 2023-04-30 01:34:12
2023-04-30 01:34:15 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php update 2023-04-30 01:34:12 2023-04-30 01:34:15 +02:00
code.power update 2023-04-30 01:34:12 2023-04-30 01:34:15 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Customcode (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Customcode  #Gold {
  + register(Container $container) : void
  + getCustomcode(Container $container) : CustomcodeInterface
  + getExternal(Container $container) : External
  + getGui(Container $container) : Gui
  + getHash(Container $container) : Hash
  + getLockBase(Container $container) : LockBase
  + getDispenser(Container $container) : Dispenser
  + getPaths(Container $container) : Paths
  + getExtractor(Container $container) : Extractor
}

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

  since: 3.2.0
  return: void
end note

note left of Customcode::getCustomcode
  Get the Compiler Customcode

  since: 3.2.0
  return: CustomcodeInterface
end note

note right of Customcode::getExternal
  Get the Compiler Customcode External

  since: 3.2.0
  return: External
end note

note left of Customcode::getGui
  Get the Compiler Customcode Gui

  since: 3.2.0
  return: Gui
end note

note right of Customcode::getHash
  Get the Customcode Hash

  since: 3.2.0
  return: Hash
end note

note left of Customcode::getLockBase
  Get the Customcode LockBase64

  since: 3.2.0
  return: LockBase
end note

note right of Customcode::getDispenser
  Get the Customcode Dispenser

  since: 3.2.0
  return: Dispenser
end note

note left of Customcode::getPaths
  Get the Customcode Extractor Paths

  since: 3.2.0
  return: Paths
end note

note right of Customcode::getExtractor
  Get the Customcode Extractor

  since: 3.2.0
  return: Extractor
end note
 
@enduml

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

Build with Joomla Component Builder