jcb-compiler/src/87db51b9-1126-4c21-858b-53d...
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 History (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\JoomlaThree

@startuml
class History << (F,LightGreen) >> #RoyalBlue {
  # ?object $tmp
  # Config $config
  # $db
  + __construct(?Config $config = null)
  + get(string $type, int $id) : ?object
  # set(object $object, int $action) : bool
}

note right of History::__construct
  Constructor

  since: 3.2.0
end note

note right of History::get
  Get Item History object

  since: 3.2.0
  return: ?object
end note

note right of History::set
  Set Item History Watch
0 = remove watch
1 = add watch

  since: 3.2.0
  return: bool
end note
 
@enduml

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

Build with Joomla Component Builder