Skip to content

Commit 0d7a989

Browse files
carieshmarieTakashi Matsuo
authored andcommitted
Add region tags for docs. (GoogleCloudPlatform#273)
1 parent 4d75c2d commit 0d7a989

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appengine/flexible/twilio/app.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
);
2929
};
3030

31+
# [START receive_call]
3132
/***
3233
* Answers a call and replies with a simple greeting.
3334
*/
@@ -40,8 +41,10 @@
4041
['Content-Type' => 'application/xml']
4142
);
4243
});
44+
# [END receive_call]
4345

4446

47+
# [START send_sms]
4548
/***
4649
* Send an sms.
4750
*/
@@ -56,7 +59,9 @@
5659

5760
return sprintf('Message ID: %s, Message Body: %s', $sms->sid, $sms->body);
5861
});
62+
# [END send_sms]
5963

64+
# [START receive_sms]
6065
/***
6166
* Receive an sms.
6267
*/
@@ -73,5 +78,6 @@
7378
['Content-Type' => 'application/xml']
7479
);
7580
});
81+
# [END receive_sms]
7682

7783
return $app;

0 commit comments

Comments
 (0)