jcb-compiler/src/510dc0f6-da3f-4a78-b43d-3a0.../README.md

1.6 KiB

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

class Gitea (Details)

namespace: VDM\Joomla\Componentbuilder\Power\Service

@startuml
class Gitea  #Gold {
  + register(Container $container) : void
  + getContents(Container $container) : Contents
}

note right of Gitea::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note right of Gitea::getContents
  Get the Contents class

  since: 3.2.0
  return: Contents
end note
 
@enduml

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

Build with Joomla Component Builder