jcb-compiler/src/a8eb2fb1-88ed-4af8-842d-898...
Robot dc62360576
update 2023-10-04 18:35:53
2023-10-04 20:28:29 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:28:29 +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-10-04 18:35:53 2023-10-04 20:28:29 +02:00

README.md

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

class Relations (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Relations  #Gold {
  # Config $config
  # Language $language
  # Customcode $customcode
  # ListJoin $listjoin
  # ListHeadOverride $listheadoverride
  # FieldRelations $fieldrelations
  + __construct(Config $config, Language $language, ...)
  + set(object $item) : void
}

note right of Relations::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Language $language
    Customcode $customcode
    ListJoin $listjoin
    ListHeadOverride $listheadoverride
    FieldRelations $fieldrelations
end note

note right of Relations::set
  Set the relations

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder