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

1.6 KiB

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Customalias (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Customalias  #Gold {
  # BuilderCustomAlias $customalias
  # FieldName $fieldname
  + __construct(BuilderCustomAlias $customalias, FieldName $fieldname)
  + set(object $item) : void
}

note right of Customalias::__construct
  Constructor.

  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