[ Index ] |
PHP Cross Reference of Eventum |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 238 lines (10 kb) |
Included or required: | 4 times |
Referenced: | 0 times |
Includes or requires: | 5 files include/class.date.php include/class.misc.php include/class.auth.php include/class.history.php include/class.user.php |
Impact_Analysis:: (5 methods):
insert()
getListing()
update()
remove()
removeByIssues()
Class: Impact_Analysis - X-Ref
Class to handle the business logic related to the impact analysis sectioninsert($issue_id) X-Ref |
Method used to insert a new requirement for an existing issue. param: integer $issue_id The issue ID return: integer -1 if an error occurred or 1 otherwise |
getListing($issue_id) X-Ref |
Method used to get the full list of requirements and impact analysis for a specific issue. param: integer $issue_id The issue ID return: array The full list of requirements |
update($isr_id) X-Ref |
Method used to update an existing requirement with the appropriate impact analysis. param: integer $isr_id The requirement ID return: integer -1 if an error occurred or 1 otherwise |
remove() X-Ref |
Method used to remove an existing set of requirements. return: integer -1 if an error occurred or 1 otherwise |
removeByIssues($ids) X-Ref |
Method used to remove all of the requirements associated with a set of issue IDs. param: array $ids The list of issue IDs return: boolean |
Generated: Wed Dec 19 21:21:33 2007 | Cross-referenced by PHPXref 0.7 |