gitea/src/808da4eb-b467-46cf-a767-e7e...
Llewellyn van der Merwe 208627be2d
first commit
2023-04-15 17:08:07 +02:00
..
README.md first commit 2023-04-15 17:08:07 +02:00
code.php first commit 2023-04-15 17:08:07 +02:00
code.power first commit 2023-04-15 17:08:07 +02:00
settings.json first commit 2023-04-15 17:08:07 +02:00

README.md

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

class Package (Details)

namespace: VDM\Joomla\Gitea\Service

@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