jcb-compiler/src/38e1ca3e-1908-459a-be87-9f8...
Robot 6748fd95ed
update 2024-04-13 20:01:28
2024-04-13 20:01:28 +02:00
..
README.md update 2024-04-12 19:17:27 2024-04-12 19:17:32 +02:00
code.php update 2024-04-13 20:01:28 2024-04-13 20:01:28 +02:00
code.power update 2024-04-13 20:01:28 2024-04-13 20:01:28 +02:00
settings.json update 2024-04-12 19:17:27 2024-04-12 19:17:32 +02:00

README.md

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

class JoomlaPower (Details)

namespace: VDM\Joomla\Componentbuilder\JoomlaPower\Service

@startuml
class JoomlaPower  #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 JoomlaPower::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

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

  since: 3.2.0
  return: Config
end note

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

  since: 3.2.0
  return: Table
end note

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

  since: 3.2.0
  return: Grep
end note

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

  since: 3.2.0
  return: Superpower
end note

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

  since: 3.2.0
  return: Parser
end note
 
@enduml

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

Build with Joomla Component Builder