jcb-compiler/src/e0075978-315d-4807-8507-ce9.../README.md

1.6 KiB

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

class Siteviews (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Siteviews  #Gold {
  # Customview $site
  # Config $config
  + __construct(?Customview $site = null, ?Config $config = null)
  + set(object $item) : void
}

note right of Siteviews::__construct
  Constructor

  since: 3.2.0
end note

note right of Siteviews::set
  Set site view data

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder