jcb-compiler/src/fa8c1125-d370-4cb6-a7ff-eb3...
Robot 8f6a478760
update 2024-03-14
2024-03-14 14:29:20 +02:00
..
README.md update 2024-03-14 2024-03-14 14:29:20 +02:00
code.php update 2024-03-14 2024-03-14 14:29:20 +02:00
code.power update 2024-01-27 2024-01-27 09:09:33 +02:00
settings.json update 2024-03-14 2024-03-14 14:29:20 +02:00

README.md

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

final class Customtabs (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model\JoomlaThree

@startuml
class Customtabs << (F,LightGreen) >> #RoyalBlue {
  # 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