jcb-compiler/src/17a728e9-d6cf-4060-9efb-241...
Robot 8f6a478760
update 2024-03-14
2024-03-14 14:29:20 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php update 2024-03-14 2024-03-14 14:29:20 +02:00
code.power update 2024-03-14 2024-03-14 14:29:20 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Historycomponent (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Historycomponent  #Gold {
  # Config $config
  # HistoryInterface $history
  # Updatesql $updatesql
  + __construct(?Config $config = null, ?HistoryInterface $history = null, ...)
  + set(object $item) : void
  - setAdminView(object $item) : void
  - setComponent(object $item) : void
}

note right of Historycomponent::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?HistoryInterface $history = null
    ?Updatesql $updatesql = null
end note

note right of Historycomponent::set
  check if an update SQL is needed

  since: 3.2.0
  return: void
end note

note right of Historycomponent::setAdminView
  check if an update SQL is needed

  since: 3.2.0
  return: void
end note

note right of Historycomponent::setComponent
  Set the component history

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder