gitea/src/44396eb8-e14c-47d9-9bdc-820...
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 Issue (Details)

namespace: VDM\Joomla\Gitea\Service

@startuml
class Issue  #Gold {
  + register(Container $container) : void
  + getIssue(Container $container) : Issu
  + getComments(Container $container) : Comments
  + getRepoComments(Container $container) : RepoComments
  + getLabels(Container $container) : Labels
  + getIssueLabels(Container $container) : IssueLabels
  + getMilestones(Container $container) : Milestones
  + getReactions(Container $container) : Reactions
  + getComment(Container $container) : Comment
  + getStopwatch(Container $container) : Stopwatch
  + getSubscriptions(Container $container) : Subscriptions
  + getTimeline(Container $container) : Timeline
  + getTimes(Container $container) : Times
}

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

  since: 3.2.0
  return: void
end note

note left of Issue::getIssue
  Get the Issue class

  since: 3.2.0
  return: Issu
end note

note right of Issue::getComments
  Get the Comments class

  since: 3.2.0
  return: Comments
end note

note left of Issue::getRepoComments
  Get the Repository Comments class

  since: 3.2.0
  return: RepoComments
end note

note right of Issue::getLabels
  Get the Labels class

  since: 3.2.0
  return: Labels
end note

note left of Issue::getIssueLabels
  Get the Issue Labels class

  since: 3.2.0
  return: IssueLabels
end note

note right of Issue::getMilestones
  Get the Milestones class

  since: 3.2.0
  return: Milestones
end note

note left of Issue::getReactions
  Get the Reactions class

  since: 3.2.0
  return: Reactions
end note

note right of Issue::getComment
  Get the Reactions Comment class

  since: 3.2.0
  return: Comment
end note

note left of Issue::getStopwatch
  Get the Stopwatch class

  since: 3.2.0
  return: Stopwatch
end note

note right of Issue::getSubscriptions
  Get the Subscriptions class

  since: 3.2.0
  return: Subscriptions
end note

note left of Issue::getTimeline
  Get the Timeline class

  since: 3.2.0
  return: Timeline
end note

note right of Issue::getTimes
  Get the Times class

  since: 3.2.0
  return: Times
end note
 
@enduml

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

Build with Joomla Component Builder