Skip to content

Commit 36300a4

Browse files
committed
clarify AbstractRemoteFunctionCall
1 parent cd6f9ee commit 36300a4

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

res/php-sap.svg

Lines changed: 39 additions & 39 deletions
Loading

res/php-sap.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ digraph G {
3131
color=red;
3232
node [color=red];
3333
label="your code";
34-
yourcode1 [label="connect->prepare->invoke"];
35-
yourcode2 [label="function"];
36-
yourcode3 [label="..."];
34+
yourcode1 [label="connectprepareinvoke"];
35+
yourcode2 [label="AbstractRemoteFunctionCall"];
36+
yourcode3 [label="YourFunction"];
3737
}
3838
yourcode1 -> "php-sap/saprfc-koucky" [lhead=cluster2 color=red];
3939
yourcode2 -> "php-sap/saprfc-harding" [lhead=cluster2 color=red];
40-
yourcode3 -> "php-sap/saprfc-kralik" [lhead=cluster2 color=red];
40+
yourcode3 -> yourcode2 [color=red];
4141
}
4242
@enduml

0 commit comments

Comments
 (0)