gitea/src/a68d1841-65bb-41c8-ac09-cfd.../README.md

70 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2023-04-15 15:08:07 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Stopwatch (Details)
> namespace: **VDM\Joomla\Gitea\Issue**
2023-10-10 09:39:23 +00:00
> extends: **Api**
2023-04-15 15:08:07 +00:00
```uml
@startuml
class Stopwatch #Gold {
+ start(string $owner, string $repo, ...) : string
+ stop(string $owner, string $repo, ...) : string
+ delete(string $owner, string $repo, ...) : string
}
note right of Stopwatch::start
Start stopwatch on an issue.
since: 3.2.0
return: string
arguments:
string $owner
string $repo
int $index
end note
note right of Stopwatch::stop
Stop an issue's existing stopwatch.
since: 3.2.0
return: string
arguments:
string $owner
string $repo
int $index
end note
note right of Stopwatch::delete
Delete an issue's existing stopwatch.
since: 3.2.0
return: string
arguments:
string $owner
string $repo
int $index
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)