Skip to content

Commit 38346ec

Browse files
committed
clarify AbstractRemoteFunctionCall in diagram
1 parent 36300a4 commit 38346ec

File tree

2 files changed

+49
-59
lines changed

2 files changed

+49
-59
lines changed

res/php-sap.svg

Lines changed: 46 additions & 54 deletions
Loading

res/php-sap.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ digraph G {
3131
color=red;
3232
node [color=red];
3333
label="your code";
34-
yourcode1 [label="connect➔prepare➔invoke"];
35-
yourcode2 [label="AbstractRemoteFunctionCall"];
36-
yourcode3 [label="YourFunction"];
34+
yourcode1 [label="connect ➔ prepare ➔ invoke"];
35+
yourcode2 [label="extending AbstractRemoteFunctionCall"];
3736
}
3837
yourcode1 -> "php-sap/saprfc-koucky" [lhead=cluster2 color=red];
39-
yourcode2 -> "php-sap/saprfc-harding" [lhead=cluster2 color=red];
40-
yourcode3 -> yourcode2 [color=red];
38+
yourcode2 -> "php-sap/saprfc-kralik" [lhead=cluster2 color=red];
4139
}
4240
@enduml

0 commit comments

Comments
 (0)