jcb-compiler/src/a6052fe9-0d2b-4b36-b3e7-03b...
Robot e328ad5ce3
update 2024-04-16 16:05:26
2024-04-16 16:05:26 +02:00
..
README.md update 2024-04-16 16:05:26 2024-04-16 16:05:26 +02:00
code.php update 2024-04-16 16:05:26 2024-04-16 16:05:26 +02:00
code.power update 2024-04-16 16:05:26 2024-04-16 16:05:26 +02:00
settings.json update 2024-04-12 17:17:01 2024-04-12 17:17:05 +02:00

README.md

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

final class Injector (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\JoomlaPower extends: ExtendingInjector

@startuml
class Injector << (F,LightGreen) >> #RoyalBlue {
  # buildNamespaceStatment(object $power) : string
  # getUniqueName(string $name, object $power) : string
}

note right of Injector::buildNamespaceStatment
  Builds the namespace statement from the power object's namespace and class name.

  since: 3.2.0
  return: string
end note

note right of Injector::getUniqueName
  Ensures the name for the use statement is unique, avoiding conflicts with other classes.

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder