super-powers/src/b3d2ec33-76d4-4c3b-bb2c-86a...
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

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

final class Schema (Details)

namespace: VDM\Joomla\Componentbuilder\Table extends: ExtendingSchema

@startuml
class Schema << (F,LightGreen) >> #RoyalBlue {
  + __construct(?Table $table = null)
  # getCode() : string
}

note right of Schema::__construct
  Constructor.

  since: 3.2.1
end note

note right of Schema::getCode
  Get the targeted component code

  since: 3.2.1
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder