summaryrefslogtreecommitdiff
path: root/doc/helm-absolute-time-timers-class.plantuml
blob: 8f7cd5ff92b0077dd82c067cae6dc0f580880255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-absolute-time-timers-class'**\n\n
"helm-source-sync" <|-- "helm-absolute-time-timers-class"
"helm-type-timers" <|-- "helm-absolute-time-timers-class"
class "helm-source-sync"
"helm-source" <|-- "helm-source-sync"
class "helm-source"
class "helm-type-timers"
"helm-source" <|-- "helm-type-timers"
class "helm-source"
class "helm-absolute-time-timers-class" {
	__ some interesting slots __
	allow-dups
	candidate-transformer
	candidates
	match-dynamic
	match-strict
	migemo
}
note right of "helm-absolute-time-timers-class"
	**helm-absolute-time-timers-class**
end note
@enduml