jcb-compiler/src/b94aaedb-6774-4739-a63f-8f8...
Llewellyn van der Merwe 8d4935414b
Adds the code.power needed for importing, and more.
2023-04-13 17:44:10 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php first commit 2023-03-22 00:52:57 +02:00
code.power Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
settings.json first commit 2023-03-22 00:52:57 +02:00

README.md

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

class Event (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Event  #Gold {
  # $currentVersion
  + register(Container $container) : void
  + getEvent(Container $container) : EventInterface
  + getJ3Event(Container $container) : J3Event
}

note right of Event::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note right of Event::getEvent
  Get the Event

  since: 3.2.0
  return: EventInterface
end note

note right of Event::getJ3Event
  Get the Joomla 3 Event

  since: 3.2.0
  return: J3Event
end note
 
@enduml

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

Build with Joomla Component Builder