Skip to content
Snippets Groups Projects
Commit 1a7ab71e authored by Nileema's avatar Nileema
Browse files

-- CRM-13624 Added notation for parameters of paperIconAttachment function

----------------------------------------
* CRM-13624: All Tabs - Paperclip Icon
  http://issues.civicrm.org/jira/browse/CRM-13624
parent 89909b95
Branches
Tags
No related merge requests found
......@@ -560,6 +560,11 @@
/**
* function to display paper icon for a file attachment -- CRM-13624
*
* @param $entityTable string The entityTable to which the file is attached. eg "civicrm_contact", "civicrm_note", "civicrm_activity"
* @param $entityID int The id of the object in the above entityTable
*
* @return array|NULL list of HTML snippets; one HTML snippet for each attachment. If none found, then NULL
*
* @static
* @access public
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment