Merge pull request #14326 from civicrm/5.14
[civicrm-core.git] / CRM / Utils / System.php
index e7af2239c01d03c5af0b4b09f7fa966d34e68413..cdb29038368502df0ef4b20601d1cbae6ef3e136 100644 (file)
@@ -52,6 +52,7 @@
  * @method static setHttpHeader(string $name, string $value) Set http header.
  * @method static array synchronizeUsers() Create CRM contacts for all existing CMS users.
  * @method static appendCoreResources(\Civi\Core\Event\GenericHookEvent $e) Callback for hook_civicrm_coreResourceList.
+ * @method static alterAssetUrl(\Civi\Core\Event\GenericHookEvent $e) Callback for hook_civicrm_getAssetUrl.
  */
 class CRM_Utils_System {