jcb-compiler/src/1aefb8f5-486f-4f00-adf9-696.../README.md

1.8 KiB

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

interface InstallInterface (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Interfaces\Extension

@startuml
interface InstallInterface  #Lavender {
  + getOfficialName() : string
  + getClassName() : string
  + getInstallerClassName() : string
}

note right of InstallInterface::getOfficialName
  The extension official name

  since: 3.2.0
  return: string
end note

note right of InstallInterface::getClassName
  The extension class name

  since: 3.2.0
  return: string
end note

note right of InstallInterface::getInstallerClassName
  The extension installer class name

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder