gitea/src/ce40b3d2-226c-4a64-b116-c19.../README.md

1.7 KiB

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

final class Http (Details)

namespace: VDM\Joomla\Gitea\Utilities extends: JoomlaHttp

@startuml
class Http << (F,LightGreen) >> #RoyalBlue {
  + __construct(?string $token)
  + setToken(string $token) : void
  + getToken() : ?string
}

note right of Http::__construct
  Constructor.

  since: 3.2.0
end note

note right of Http::setToken
  Change the Token.

  since: 3.2.0
  return: void
end note

note right of Http::getToken
  Get the Token.

  since: 3.2.0
  return: ?string
end note
 
@enduml

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

Build with Joomla Component Builder