Skip to content
Snippets Groups Projects
Commit d55e7206 authored by Yashodha Chaku's avatar Yashodha Chaku
Browse files

Merge pull request #1928 from NileemaJadhav/CRM-13624new

-- CRM-13624 Added notation for parameters of paperIconAttachment function
parents 5564c323 1a7ab71e
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