gitea/src/808da4eb-b467-46cf-a767-e7e.../README.md

62 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

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