jcb-compiler/src/5f8e8fa6-3793-44af-882d-9cf.../README.md

47 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Customalias (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model**
```uml
@startuml
class Customalias #Gold {
2023-10-04 18:28:29 +00:00
# BuilderCustomAlias $customalias
# FieldName $fieldname
+ __construct(BuilderCustomAlias $customalias, FieldName $fieldname)
2023-03-21 22:52:57 +00:00
+ set(object $item) : void
}
note right of Customalias::__construct
2023-10-04 18:28:29 +00:00
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
end note
note right of Customalias::set
Set activate alias builder
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)