jcb-compiler/src/42648fb4-dfdc-4986-a180-69e.../README.md

57 lines
1.9 KiB
Markdown
Raw Normal View History

2024-03-14 12:29:20 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class Customtabs (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model\JoomlaFour**
```uml
@startuml
class Customtabs << (F,LightGreen) >> #RoyalBlue {
# Config $config
# BuilderCustomTabs $buildercustomtabs
# Language $language
# Placeholder $placeholder
# Customcode $customcode
+ __construct(Config $config, BuilderCustomTabs $buildercustomtabs, ...)
+ set(object $item) : void
}
note right of Customtabs::__construct
Constructor.
since: 3.2.0
arguments:
Config $config
BuilderCustomTabs $buildercustomtabs
Language $language
Placeholder $placeholder
Customcode $customcode
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)