gitea/src/d2e997a1-bbf7-4f28-8a7c-ce5.../README.md

54 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2023-04-15 15:08:07 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Jcb (Details)
> namespace: **VDM\Joomla\Gitea\Service**
```uml
@startuml
class Jcb #Gold {
+ register(Container $container) : void
+ getUri(Container $container) : Uri
+ getHttp(Container $container) : Http
}
note right of Jcb::register
Registers the service provider with a DI container.
since: 3.2.0
return: void
end note
note right of Jcb::getUri
Get the Dynamic Uri class
since: 3.2.0
return: Uri
end note
note right of Jcb::getHttp
Get the Http class
since: 3.2.0
return: Http
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)