jcb-compiler/src/4b86f62e-ce41-4325-a11a-081.../README.md

46 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2024-03-14 12:29:20 +00:00
# final class Event (Details)
2023-03-21 22:52:57 +00:00
> namespace: **VDM\Joomla\Componentbuilder\Compiler\JoomlaThree**
```uml
@startuml
2024-03-14 12:29:20 +00:00
class Event << (F,LightGreen) >> #RoyalBlue {
2023-03-21 22:52:57 +00:00
# $activePlugins
+ __construct(?Registry $params = null)
2024-01-27 07:09:33 +00:00
+ trigger(string $event, mixed $data = null) : void
2023-03-21 22:52:57 +00:00
}
note right of Event::__construct
Constructor
since: 3.2.0
end note
note right of Event::trigger
2024-03-14 12:29:20 +00:00
Trigger an event
2023-03-21 22:52:57 +00:00
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)