We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36300a4 commit 38346ecCopy full SHA for 38346ec
res/php-sap.svg
res/php-sap.txt
@@ -31,12 +31,10 @@ digraph G {
31
color=red;
32
node [color=red];
33
label="your code";
34
- yourcode1 [label="connect➔prepare➔invoke"];
35
- yourcode2 [label="AbstractRemoteFunctionCall"];
36
- yourcode3 [label="YourFunction"];
+ yourcode1 [label="connect ➔ prepare ➔ invoke"];
+ yourcode2 [label="extending AbstractRemoteFunctionCall"];
37
}
38
yourcode1 -> "php-sap/saprfc-koucky" [lhead=cluster2 color=red];
39
- yourcode2 -> "php-sap/saprfc-harding" [lhead=cluster2 color=red];
40
- yourcode3 -> yourcode2 [color=red];
+ yourcode2 -> "php-sap/saprfc-kralik" [lhead=cluster2 color=red];
41
42
@enduml
0 commit comments