Merge pull request #4772 from jitendrapurohit/CRM-15750
[civicrm-core.git] / CRM / Core / Form / Tag.php
index 597c3beae0cdee3d291af0745ce064395ebef023..05731dff180fc1425a89acaa1582df8aa3b7b3db 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -41,7 +41,7 @@ class CRM_Core_Form_Tag {
   public $_entityTagValues;
 
   /**
-   * Function to build tag widget if correct parent is passed
+   * Build tag widget if correct parent is passed
    *
    * @param CRM_Core_Form $form form object
    * @param string $parentNames parent name ( tag name)
@@ -51,7 +51,6 @@ class CRM_Core_Form_Tag {
    * @param boolean $skipEntityAction true if need to add entry in entry table via ajax
    * @param string $tagsetElementName if you need to create tagsetlist with specific name
    *
-   * @internal param bool $searchMode true if widget is used in search eg: advanced search
    * @return void
    * @access public
    * @static
@@ -117,12 +116,12 @@ class CRM_Core_Form_Tag {
   }
 
   /**
-   * Function to save entity tags when it is not save used AJAX
+   * Save entity tags when it is not save used AJAX
    *
    * @param array   $params      associated array
    * @param int     $entityId    entity id, eg: contact id, activity id, case id, file id
    * @param string  $entityTable entity table
-   * @param object  $form        form object
+   * @param CRM_Core_Form  $form        form object
    *
    * @return void
    * @access public