Browse Source

added examples in

Piotr Labudda 10 năm trước cách đây
mục cha
commit
d1a3405d4a
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      SE/se-lib/Response.php

+ 7 - 0
SE/se-lib/Response.php

@@ -1,5 +1,12 @@
 <?php
 
+/**
+ * examples:
+ *  Response::sendJson($data);
+ *  Response::sendPlainText($data);
+ *  Response::sendJsonExit($data);
+ *  Response::sendPlainTextExit($data);
+ */
 class Response {
 
 	public static function sendJson($data) {