jcb-compiler/src/e923311a-4058-4e81-9f67-5956fd0c627c
2024-04-12 17:17:05 +02:00
..
code.php update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00
code.power update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00
README.md update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00
settings.json update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00

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

interface InjectorInterface (Details)

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

@startuml
interface InjectorInterface  #Lavender {
  + power(string $code) : string
}

note right of InjectorInterface::power
  Inject the powers found in the code

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder