mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-09 00:16:32 +02:00
remove Interface-Suffix
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 30 KiB |
@@ -1,23 +0,0 @@
|
||||
@startuml
|
||||
class Form {
|
||||
#elements : array|FormElement[]
|
||||
+render($indent = 0 : int)
|
||||
+addElement(FormElement $element)
|
||||
}
|
||||
|
||||
abstract class FormElement {
|
||||
+render($indent = 0 : int)
|
||||
}
|
||||
|
||||
class InputElement {
|
||||
+render($indent = 0 : int)
|
||||
}
|
||||
|
||||
class TextElement {
|
||||
+render($indent = 0 : int)
|
||||
}
|
||||
|
||||
FormElement <|.. TextElement
|
||||
FormElement <|.. InputElement
|
||||
FormElement <|.. Form
|
||||
@enduml
|
Reference in New Issue
Block a user