jcb-compiler/src/35191b0c-f7f3-44d6-8ec1-c81.../README.md

1.6 KiB

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

class Mysqlsettings (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Mysqlsettings  #Gold {
  # Config $config
  # MysqlTableSetting $mysqltablesetting
  + __construct(Config $config, MysqlTableSetting $mysqltablesetting)
  + set(object $item) : void
}

note right of Mysqlsettings::__construct
  Constructor.

  since: 3.2.0
end note

note right of Mysqlsettings::set
  Set MySQL table settings

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder