jcb-compiler/src/5716c79f-a1c9-4059-9d00-8cc.../README.md

2.7 KiB

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

class JoomlaPower (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class JoomlaPower  #Gold {
  + register(Container $container) : void
  + getPowers(Container $container) : Powers
  + getSuperpower(Container $container) : Superpower
  + getGrep(Container $container) : Grep
  + getExtractor(Container $container) : Extractor
  + getInjector(Container $container) : Injector
  + getModelUpsert(Container $container) : Upsert
  + getInsert(Container $container) : Insert
  + getUpdate(Container $container) : Update
}

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

  since: 3.2.0
  return: void
end note

note left of JoomlaPower::getPowers
  Get the Powers

  since: 3.2.0
  return: Powers
end note

note right of JoomlaPower::getSuperpower
  Get the Superpower

  since: 3.2.0
  return: Superpower
end note

note left of JoomlaPower::getGrep
  Get the Grep

  since: 3.2.0
  return: Grep
end note

note right of JoomlaPower::getExtractor
  Get the Compiler Power Extractor

  since: 3.2.0
  return: Extractor
end note

note left of JoomlaPower::getInjector
  Get the Compiler Power Injector

  since: 3.2.0
  return: Injector
end note

note right of JoomlaPower::getModelUpsert
  Get the Power Model Upsert

  since: 3.2.0
  return: Upsert
end note

note left of JoomlaPower::getInsert
  Get the Power Insert

  since: 3.2.0
  return: Insert
end note

note right of JoomlaPower::getUpdate
  Get the Power Update

  since: 3.2.0
  return: Update
end note
 
@enduml

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

Build with Joomla Component Builder