Piotr Labudda пре 10 година
родитељ
комит
d1a3405d4a
1 измењених фајлова са 7 додато и 0 уклоњено
  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) {