super-powers/src/4dd11b9b-3c64-460b-aaa6-62b...
Robot 321d89954a
update 2024-04-22 16:43:32
2024-04-22 16:43:33 +02:00
..
README.md update 2024-04-22 16:43:32 2024-04-22 16:43:33 +02:00
code.php update 2024-04-22 16:43:32 2024-04-22 16:43:33 +02:00
code.power update 2024-04-22 16:43:32 2024-04-22 16:43:33 +02:00
settings.json update 2024-04-22 16:43:32 2024-04-22 16:43:33 +02:00

README.md

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

interface SchemaInterface (Details)

namespace: VDM\Joomla\Interfaces

@startuml
interface SchemaInterface  #Lavender {
  + update() : array
  + createTable(string $table) : void
  + updateSchema(string $table) : void
}

note right of SchemaInterface::update
  Check and update database schema for missing fields or tables.

  since: 3.2.1
  return: array
end note

note right of SchemaInterface::createTable
  Create a table with all necessary fields.

  since: 3.2.1
  return: void
end note

note right of SchemaInterface::updateSchema
  Update the schema of an existing table.

  since: 3.2.1
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder