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

54 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2023-04-15 15:08:07 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class Http (Details)
> namespace: **VDM\Joomla\Gitea\Utilities**
2023-10-10 09:39:23 +00:00
> extends: **JoomlaHttp**
2023-04-15 15:08:07 +00:00
```uml
@startuml
2023-10-10 09:39:23 +00:00
class Http << (F,LightGreen) >> #RoyalBlue {
2023-04-15 15:08:07 +00:00
+ __construct(?string $token)
2023-10-24 08:36:35 +00:00
+ setToken(string $token) : void
+ getToken() : ?string
2023-04-15 15:08:07 +00:00
}
note right of Http::__construct
Constructor.
since: 3.2.0
end note
note right of Http::setToken
Change the Token.
since: 3.2.0
2023-10-24 08:36:35 +00:00
return: void
end note
note right of Http::getToken
Get the Token.
since: 3.2.0
return: ?string
2023-04-15 15:08:07 +00:00
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)