mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 06:57:25 +02:00
Added DependencyInjection UML
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 9.0 KiB |
@@ -4,7 +4,7 @@ interface RendererInterface {
|
||||
}
|
||||
|
||||
abstract class Decorator {
|
||||
# protected $wrapped : RendererInterface
|
||||
#$wrapped : RendererInterface
|
||||
+__construct(RendererInterface $wrappable)
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ class RenderInXml {
|
||||
}
|
||||
|
||||
class Webservice {
|
||||
protected $data
|
||||
#$data : mixed
|
||||
+__construct($data)
|
||||
+renderData()
|
||||
}
|
||||
|
Reference in New Issue
Block a user