jcb-compiler/src/fa8c1125-d370-4cb6-a7ff-eb3.../README.md

57 lines
1.9 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 Customtabs (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model\JoomlaThree**
2023-03-21 22:52:57 +00:00
```uml
@startuml
2024-03-14 12:29:20 +00:00
class Customtabs << (F,LightGreen) >> #RoyalBlue {
2023-03-21 22:52:57 +00:00
# Config $config
2023-10-04 18:28:29 +00:00
# BuilderCustomTabs $buildercustomtabs
2023-03-21 22:52:57 +00:00
# Language $language
# Placeholder $placeholder
# Customcode $customcode
2023-10-04 18:28:29 +00:00
+ __construct(Config $config, BuilderCustomTabs $buildercustomtabs, ...)
2023-03-21 22:52:57 +00:00
+ set(object $item) : void
}
note right of Customtabs::__construct
2023-10-04 18:28:29 +00:00
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
arguments:
2023-10-04 18:28:29 +00:00
Config $config
BuilderCustomTabs $buildercustomtabs
Language $language
Placeholder $placeholder
Customcode $customcode
2023-03-21 22:52:57 +00:00
end note
note right of Customtabs::set
Set custom tabs
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)