jcb-compiler/src/ebe3287d-bfa0-4519-b663-f44.../README.md

55 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Custombuttons (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model**
```uml
@startuml
class Custombuttons #Gold {
# array $areas
# array $guiMapper
# Customcode $customcode
# Gui $gui
# Templatelayout $templateLayout
+ __construct(?Customcode $customcode = null, ?Gui $gui = null, ...)
+ set(object $item, string $table = 'admin_view') : void
}
note right of Custombuttons::__construct
Constructor
since: 3.2.0
arguments:
?Customcode $customcode = null
?Gui $gui = null
?Templatelayout $templateLayout = null
end note
note right of Custombuttons::set
Set Custom Buttons and Model/Controllers
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)