gitea/src/6edf0cf3-c2b0-45c9-84d2-c6e...
Robot 12042ffd4d
update 2024-04-07 13:20:18
2024-04-07 13:20:22 +02:00
..
README.md first commit 2023-04-15 17:08:07 +02:00
code.php update 2023-10-10 10:16:07 2023-10-10 11:39:23 +02:00
code.power update 2023-10-10 10:16:07 2023-10-10 11:39:23 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:22 +02:00

README.md

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

class Utilities (Details)

namespace: VDM\Joomla\Gitea\Service

@startuml
class Utilities  #Gold {
  + register(Container $container) : void
  + getUri(Container $container) : Uri
  + getResponse(Container $container) : Response
}

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

  since: 3.2.0
  return: void
end note

note right of Utilities::getUri
  Get the Uri class

  since: 3.2.0
  return: Uri
end note

note right of Utilities::getResponse
  Get the Response class

  since: 3.2.0
  return: Response
end note
 
@enduml

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

Build with Joomla Component Builder