X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBAO%2FEntityTag.php;h=9745cb3778179578f53a1f1d190c0b4a99f3277d;hb=192d36c54b2ed8971aad10cb77fa561ca587d33c;hp=1935f79d5bb5067df7d074a7a476c07c29b9be90;hpb=db2e53c6f9a5c31b665c7de2f8416eaff945734c;p=civicrm-core.git diff --git a/CRM/Core/BAO/EntityTag.php b/CRM/Core/BAO/EntityTag.php index 1935f79d5b..9745cb3778 100644 --- a/CRM/Core/BAO/EntityTag.php +++ b/CRM/Core/BAO/EntityTag.php @@ -30,15 +30,11 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ class CRM_Core_BAO_EntityTag extends CRM_Core_DAO_EntityTag { /** - * - * Given a contact id, it returns an array of tag id's the - * contact belongs to. + * Given a contact id, it returns an array of tag id's the contact belongs to. * * @param int $entityID * Id of the entity usually the contactID. @@ -47,7 +43,6 @@ class CRM_Core_BAO_EntityTag extends CRM_Core_DAO_EntityTag { * * @return array * reference $tag array of category id's the contact belongs to. - * */ public static function &getTag($entityID, $entityTable = 'civicrm_contact') { $tags = array(); @@ -220,10 +215,8 @@ class CRM_Core_BAO_EntityTag extends CRM_Core_DAO_EntityTag { * * @param array $params * (reference) an assoc array of name/value pairs. - * @param $entityTable + * @param string $entityTable * @param int $entityID - * - * @return void */ public static function create(&$params, $entityTable, $entityID) { // get categories for the entity id