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

54 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface InstallInterface (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Interfaces\Extension**
```uml
@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](https://git.vdm.dev/joomla/Component-Builder)