jcb-compiler/src/87faa133-4cac-4816-ae41-5c3...
Robot dc62360576
update 2023-10-04 18:35:53
2023-10-04 20:28:29 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.power update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Customview (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Customview  #Gold {
  + register(Container $container) : void
  + getCustomviewData(Container $container) : CustomviewData
  + getDynamicgetData(Container $container) : DynamicgetData
  + getDynamicgetSelection(Container $container) : DynamicgetSelection
}

note right of Customview::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note right of Customview::getCustomviewData
  Get the Compiler Customview Data

  since: 3.2.0
  return: CustomviewData
end note

note right of Customview::getDynamicgetData
  Get the Compiler Dynamicget Data

  since: 3.2.0
  return: DynamicgetData
end note

note right of Customview::getDynamicgetSelection
  Get the Compiler Dynamicget Selection

  since: 3.2.0
  return: DynamicgetSelection
end note
 
@enduml

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

Build with Joomla Component Builder