jcb-compiler/src/505801ac-d3e2-44c6-a300-9a5.../README.md

1.7 KiB

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

final class Generator (Details)

namespace: VDM\Joomla\Componentbuilder\Power

@startuml
class Generator << (F,LightGreen) >> #RoyalBlue {
  # ClassInjector $classinjector
  # ServiceProvider $serviceprovider
  + __construct(ClassInjector $classinjector, ServiceProvider $serviceprovider)
  + get(array $power) : ?string
}

note right of Generator::__construct
  Constructor.

  since: 3.2.0
end note

note right of Generator::get
  Get the class code.

  since: 3.2.0
  return: ?string
end note
 
@enduml

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

Build with Joomla Component Builder