jcb-compiler/src/fa8c1125-d370-4cb6-a7ff-eb32193c198c
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
README.md 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

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

class Customtabs (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Customtabs  #Gold {
  # Config $config
  # BuilderCustomTabs $buildercustomtabs
  # Language $language
  # Placeholder $placeholder
  # Customcode $customcode
  + __construct(Config $config, BuilderCustomTabs $buildercustomtabs, ...)
  + set(object $item) : void
}

note right of Customtabs::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    BuilderCustomTabs $buildercustomtabs
    Language $language
    Placeholder $placeholder
    Customcode $customcode
end note

note right of Customtabs::set
  Set custom tabs

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder