CRM-14830 - Email tpl cleanup and removed unused function
[civicrm-core.git] / Civi / API / Request.php
index e4ffa282c176b35431e54f894bb5e2e7b81e9da6..feded2985571ebede9423828ebc1cc08a66da39e 100644 (file)
 */
 namespace Civi\API;
 
+/**
+ * Class Request
+ * @package Civi\API
+ */
 class Request {
   private static $nextId = 1;
 
@@ -36,6 +40,8 @@ class Request {
    * @param string $action
    * @param array $params
    * @param mixed $extra
+   *
+   * @throws \API_Exception
    * @return array the request descriptor; keys:
    *   - version: int
    *   - entity: string
@@ -152,4 +158,4 @@ class Request {
     }
   }
 
-}
\ No newline at end of file
+}