jcb-compiler/src/489da602-27c7-418c-bf59-1d4.../README.md

57 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

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