jcb-compiler/src/02bc072b-1e89-46c1-9732-4da...
Robot 3e3cd1e212
update 2023-10-24 10:36:32
2023-10-24 10:36:39 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.php update 2023-10-24 10:36:32 2023-10-24 10:36:39 +02:00
code.power update 2023-10-24 10:36:32 2023-10-24 10:36:39 +02:00
settings.json update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00

README.md

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

class Power (Details)

namespace: VDM\Joomla\Componentbuilder\Power\Service

@startuml
class Power  #Gold {
  + register(Container $container) : void
  + getConfig(Container $container) : Config
  + getTable(Container $container) : Table
  + getGrep(Container $container) : Grep
  + getSuperpower(Container $container) : Superpower
  + getParser(Container $container) : Parser
}

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

  since: 3.2.0
  return: void
end note

note right of Power::getConfig
  Get The Config Class.

  since: 3.2.0
  return: Config
end note

note right of Power::getTable
  Get The Table Class.

  since: 3.2.0
  return: Table
end note

note right of Power::getGrep
  Get The Grep Class.

  since: 3.2.0
  return: Grep
end note

note right of Power::getSuperpower
  Get The Super Class.

  since: 3.2.0
  return: Superpower
end note

note right of Power::getParser
  Get The Parser Class.

  since: 3.2.0
  return: Parser
end note
 
@enduml

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

Build with Joomla Component Builder