gitea/src/71acf8d6-32b8-4173-8277-eb9...
Robot b36508a0bd
update 2023-10-24 10:36:32
2023-10-24 10:36:35 +02:00
..
README.md first commit 2023-04-15 17:08:07 +02:00
code.php update 2023-10-24 10:36:32 2023-10-24 10:36:35 +02:00
code.power update 2023-10-24 10:36:32 2023-10-24 10:36:35 +02:00
settings.json first commit 2023-04-15 17:08:07 +02:00

README.md

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

class Gitea (Details)

namespace: VDM\Joomla\Componentbuilder\Service

@startuml
class Gitea  #Gold {
  + register(Container $container) : void
  + getUri(Container $container) : Uri
  + getHttp(Container $container) : Http
}

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::getUri
  Get the Dynamic Uri class

  since: 3.2.0
  return: Uri
end note

note right of Gitea::getHttp
  Get the Http class

  since: 3.2.0
  return: Http
end note
 
@enduml

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

Build with Joomla Component Builder