jcb-compiler/src/77224dc6-8024-47eb-896e-18e...
Robot 669536f1e6
update 2024-04-07 13:20:18
2024-04-07 13:20:25 +02:00
..
README.md update 2024-03-14 2024-03-14 14:29:20 +02:00
code.php update 2024-04-07 13:20:18 2024-04-07 13:20:25 +02:00
code.power update 2024-03-14 2024-03-14 14:29:20 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:25 +02:00

README.md

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

class Event (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\JoomlaFive

@startuml
class Event  #Gold {
  # $activePlugins
  # $dispatcher
  + __construct(?Registry $params = null)
  + trigger(string $event, mixed $data = null) : void
}

note right of Event::__construct
  Constructor

  since: 3.2.0
end note

note right of Event::trigger
  Trigger an event

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder