4
0
api-powers/src/61d1146f-2c2e-4e42-8492-d076f945cf35
2024-04-25 11:46:10 +02:00
..
code.php update 2024-04-25 10:46:00 2024-04-25 10:46:00 +02:00
code.power update 2024-04-25 10:46:00 2024-04-25 10:46:00 +02:00
README.md update 2024-04-25 10:46:00 2024-04-25 10:46:00 +02:00
settings.json update 2024-04-25 11:46:10 2024-04-25 11:46:10 +02:00

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

final class Schema (Details)

namespace: TrueChristianChurch\Joomla\GetBible\Table extends: ExtendingSchema

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

note right of Schema::__construct
  Constructor.

  since: 3.0.8
end note

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

  since: 3.0.8
  return: string
end note
 
@enduml

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

Build with Joomla Component Builder