super-powers/src/4dd11b9b-3c64-460b-aaa6-62b.../README.md

1.8 KiB

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

interface SchemaInterface (Details)

namespace: TrueChristianChurch\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