Sort address tokens into an optgroup
[civicrm-core.git] / CRM / Utils / System / Soap.php
index c8d2c24704ae8a6437e8962912014f2fbd1fe5ba..ecf3e6ae39559263d15e2c4f6e00c6ab5d7f0cb8 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -48,6 +48,8 @@ class CRM_Utils_System_Soap extends CRM_Utils_System_Base {
    * sets the title of the page
    *
    * @param string $title title  for page
+   * @param $pageTitle
+   *
    * @paqram string $pageTitle
    *
    * @return void
@@ -191,6 +193,7 @@ class CRM_Utils_System_Soap extends CRM_Utils_System_Base {
    *
    * @param string $destination - if present, add destination to querystring (works for Drupal only)
    *
+   * @throws Exception
    * @return string - loginURL for the current CMS
    * @static
    */