jcb-compiler/src/a8eb2fb1-88ed-4af8-842d-898eb915b588
2023-03-22 00:52:57 +02:00
..
code.php first commit 2023-03-22 00:52:57 +02:00
README.md first commit 2023-03-22 00:52:57 +02:00
settings.json first commit 2023-03-22 00:52:57 +02:00

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

class Relations (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Relations  #Gold {
  # Config $config
  # Registry $registry
  # Language $language
  # Customcode $customcode
  + __construct(?Config $config = null, ?Registry $registry = null, ...)
  + set(object $item) : void
}

note right of Relations::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?Registry $registry = null
    ?Language $language = null
    ?Customcode $customcode = null
end note

note right of Relations::set
  Set the relations

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder