gitea/src/b5ca512b-f667-4ec6-bc6e-914.../README.md

46 lines
1.6 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Owner (Details)
> namespace: **VDM\Joomla\Gitea\Package**
> extends: **Api**
```uml
@startuml
class Owner #Gold {
+ get(string $owner, int $page = 1, ...) : ?array
}
note right of Owner::get
Gets all packages of an owner.
since: 3.2.0
return: ?array
arguments:
string $owner
int $page = 1
int $limit = 10
?string $type = null
?string $nameFilter = null
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)