jcb-compiler/src/b80296eb-4718-4ed3-894d-69f...
Llewellyn van der Merwe 7d969e9a52
update 2023-04-15 16:49:30
2023-04-15 16:49:36 +02:00
..
README.md first commit 2023-03-22 00:52:57 +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
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Updatesql (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Updatesql  #Gold {
  # array $name
  # Registry $registry
  + __construct(?Registry $registry = null)
  + set(mixed $old, mixed $new, ...) : void
  # add(string $type, int $item, ...) : void
  # name(int $id) : string
}

note right of Updatesql::__construct
  Constructor

  since: 3.2.0
end note

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

  since: 3.2.0
  return: void
  
  arguments:
    mixed $old
    mixed $new
    string $type
    mixed $key = null
    ?array $ignore = null
end note

note right of Updatesql::add
  Set the add sql

  since: 3.2.0
  return: void
  
  arguments:
    string $type
    int $item
    mixed $key = null
end note

note right of Updatesql::name
  Get the Admin view table name

  since: 3.2.0
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder