jcb-compiler/src/fa8c1125-d370-4cb6-a7ff-eb32193c198c
2023-04-15 16:49:36 +02:00
..
code.php first commit 2023-03-22 00:52:57 +02:00
code.power Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
README.md first commit 2023-03-22 00:52:57 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

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

class Customtabs (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

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

note right of Customtabs::__construct
  Constructor

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

note right of Customtabs::set
  Set custom tabs

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder