jcb-compiler/src/de01527a-6586-46ea-92e7-11ea3de1cedb
2023-04-15 16:49:36 +02:00
..
code.php Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
code.power Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
README.md 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

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

class Power (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Power  #Gold {
  + register(Container $container) : void
  + getPowers(Container $container) : Powers
  + getGrep(Container $container) : Grep
  + getAutoloader(Container $container) : Autoloader
  + getInfusion(Container $container) : Infusion
  + getStructure(Container $container) : Structure
  + getParser(Container $container) : Parser
  + getPlantuml(Container $container) : Plantuml
  + getRepoReadme(Container $container) : RepoReadme
  + getReposReadme(Container $container) : ReposReadme
}

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

  since: 3.2.0
  return: void
end note

note left of Power::getPowers
  Get the Powers

  since: 3.2.0
  return: Powers
end note

note right of Power::getGrep
  Get the Grep

  since: 3.2.0
  return: Grep
end note

note left of Power::getAutoloader
  Get the Compiler Autoloader

  since: 3.2.0
  return: Autoloader
end note

note right of Power::getInfusion
  Get the Compiler Power Infusion

  since: 3.2.0
  return: Infusion
end note

note left of Power::getStructure
  Get the Compiler Power Structure Builder

  since: 3.2.0
  return: Structure
end note

note right of Power::getParser
  Get the Compiler Power Parser

  since: 3.2.0
  return: Parser
end note

note left of Power::getPlantuml
  Get the Compiler Power Plantuml Builder

  since: 3.2.0
  return: Plantuml
end note

note right of Power::getRepoReadme
  Get the Compiler Power Repo Readme Builder

  since: 3.2.0
  return: RepoReadme
end note

note left of Power::getReposReadme
  Get the Compiler Power Repos Readme Builder

  since: 3.2.0
  return: ReposReadme
end note
 
@enduml

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

Build with Joomla Component Builder