gitea/src/3d25ea99-4f33-489a-934c-0e4...
Robot 12042ffd4d
update 2024-04-07 13:20:18
2024-04-07 13:20:22 +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 update 2024-04-07 13:20:18 2024-04-07 13:20:22 +02:00

README.md

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

class Organization (Details)

namespace: VDM\Joomla\Gitea\Service

@startuml
class Organization  #Gold {
  + register(Container $container) : void
  + getOrganization(Container $container) : Org
  + getHooks(Container $container) : Hooks
  + getLabels(Container $container) : Labels
  + getMembers(Container $container) : Members
  + getPublicMembers(Container $container) : PublicMembers
  + getRepository(Container $container) : Repository
  + getTeams(Container $container) : Teams
  + getTeamsMembers(Container $container) : TeamsMembers
  + getTeamsRepository(Container $container) : TeamsRepository
  + getUser(Container $container) : User
}

note right of Organization::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note left of Organization::getOrganization
  Get the Organization class

  since: 3.2.0
  return: Org
end note

note right of Organization::getHooks
  Get the Hooks class

  since: 3.2.0
  return: Hooks
end note

note left of Organization::getLabels
  Get the Labels class

  since: 3.2.0
  return: Labels
end note

note right of Organization::getMembers
  Get the Members class

  since: 3.2.0
  return: Members
end note

note left of Organization::getPublicMembers
  Get the Public Members class

  since: 3.2.0
  return: PublicMembers
end note

note right of Organization::getRepository
  Get the Repository class

  since: 3.2.0
  return: Repository
end note

note left of Organization::getTeams
  Get the Teams class

  since: 3.2.0
  return: Teams
end note

note right of Organization::getTeamsMembers
  Get the Teams Members class

  since: 3.2.0
  return: TeamsMembers
end note

note left of Organization::getTeamsRepository
  Get the Teams Repository class

  since: 3.2.0
  return: TeamsRepository
end note

note right of Organization::getUser
  Get the User class

  since: 3.2.0
  return: User
end note
 
@enduml

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

Build with Joomla Component Builder