INFRA-132 - CRM/Profile - Convert single-line @param to multi-line
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 19:41:09 +0000 (11:41 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:02:30 +0000 (15:02 -0800)
CRM/Profile/Form.php
CRM/Profile/Form/Dynamic.php
CRM/Profile/Page/Dynamic.php
CRM/Profile/Page/Router.php
CRM/Profile/Selector/Listings.php

index c0dee2b655c79c8c05d7d89e94dbaf0f35a40b95..a1e45d6627184340c8dd53b66b15432b39dceebd 100644 (file)
@@ -866,9 +866,12 @@ class CRM_Profile_Form extends CRM_Core_Form {
   /**
    * Global form rule
    *
-   * @param array  $fields the input form values
-   * @param array  $files  the uploaded files if any
-   * @param CRM_Core_Form $form   the form object
+   * @param array $fields
+   *   The input form values.
+   * @param array $files
+   *   The uploaded files if any.
+   * @param CRM_Core_Form $form
+   *   The form object.
    *
    * @return true if no errors, else array of errors
    * @static
index 7c05ad7d9079d80c500f570e5a2444e26536173e..eb99256d9cb508de3d679868d533476b1c3576e0 100644 (file)
@@ -95,8 +95,10 @@ class CRM_Profile_Form_Dynamic extends CRM_Profile_Form {
   /**
    * Global form rule
    *
-   * @param array $fields the input form values
-   * @param array $files the uploaded files if any
+   * @param array $fields
+   *   The input form values.
+   * @param array $files
+   *   The uploaded files if any.
    * @param CRM_Core_Form $form
    *
    *
index 0f59e3d3fd9332444f693995db9422b403a7ffdf..31b05bec99a86dbd13f20448007d49f11a38ed1f 100644 (file)
@@ -103,8 +103,10 @@ class CRM_Profile_Page_Dynamic extends CRM_Core_Page {
   /**
    * Class constructor
    *
-   * @param int $id the contact id
-   * @param int $gid the group id
+   * @param int $id
+   *   The contact id.
+   * @param int $gid
+   *   The group id.
    *
    * @param $restrict
    * @param bool $skipPermission
index 78d818d17c904ebb3e6543d5a312ddd372969786..035e3e5c33a0c78ab17bef3cc39a5e6d268b9b61 100644 (file)
@@ -41,7 +41,8 @@ class CRM_Profile_Page_Router extends CRM_Core_Page {
   /**
    * This is some kind of special-purpose router/front-controller for the various profile URLs.
    *
-   * @param $args array this array contains the arguments of the url
+   * @param $args
+   *   Array this array contains the arguments of the url.
    *
    * @return string|void
    * @static
index 3e24cf38bca523ebea8171642967e4200c42a966..a11f97e0107f25c3941d80d9737ccb18c6324bd0 100644 (file)
@@ -292,8 +292,10 @@ class CRM_Profile_Selector_Listings extends CRM_Core_Selector_Base implements CR
    * Returns the column headers as an array of tuples:
    * (name, sortName (key to the sort array))
    *
-   * @param string $action the action being performed
-   * @param enum   $output what should the result set include (web/email/csv)
+   * @param string $action
+   *   The action being performed.
+   * @param enum $output
+   *   What should the result set include (web/email/csv).
    *
    * @return array the column headers that need to be displayed
    */
@@ -424,11 +426,16 @@ class CRM_Profile_Selector_Listings extends CRM_Core_Selector_Base implements CR
   /**
    * Returns all the rows in the given offset and rowCount
    *
-   * @param enum   $action   the action being performed
-   * @param int    $offset   the row number to start from
-   * @param int    $rowCount the number of rows to return
-   * @param string $sort     the sql string that describes the sort order
-   * @param enum   $output   what should the result set include (web/email/csv)
+   * @param enum $action
+   *   The action being performed.
+   * @param int $offset
+   *   The row number to start from.
+   * @param int $rowCount
+   *   The number of rows to return.
+   * @param string $sort
+   *   The sql string that describes the sort order.
+   * @param enum $output
+   *   What should the result set include (web/email/csv).
    *
    * @return int   the total number of rows for this action
    */
@@ -717,7 +724,8 @@ class CRM_Profile_Selector_Listings extends CRM_Core_Selector_Base implements CR
   /**
    * Name of export file.
    *
-   * @param string $output type of output
+   * @param string $output
+   *   Type of output.
    *
    * @return string name of the file
    */