jcb-compiler/src/2c76c06e-a371-4b73-9fbe-b4d.../README.md

1.6 KiB

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

class Builder (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Builder  #Gold {
  + register(Container $container) : void
  + getMysql(Container $container) : Mysql
}

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

  since: 3.2.0
  return: void
end note

note right of Builder::getMysql
  Get the Compiler Builder Mysql

  since: 3.2.0
  return: Mysql
end note
 
@enduml

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

Build with Joomla Component Builder