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

1.6 KiB

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

class Owner (Details)

namespace: VDM\Joomla\Gitea\Package extends: Api

@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