jcb-compiler/src/e50cbac5-9c9d-4fd4-aa7a-5e8.../README.md

1.7 KiB

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

class Sqltweaking (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Sqltweaking  #Gold {
  # Registry $registry
  + __construct(?Registry $registry = null)
  + set(object $item) : void
  # tweak(array $settings) : void
}

note right of Sqltweaking::__construct
  Constructor

  since: 3.2.0
end note

note right of Sqltweaking::set
  Set sql tweaking if needed

  since: 3.2.0
  return: void
end note

note right of Sqltweaking::tweak
  To limit the SQL Demo data build in the views

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder