[ Index ]

PHP Cross Reference of Eventum

title

Body

[close]

/include/ -> class.scm.php (summary)

(no description)

File Size: 214 lines (9 kb)
Included or required: 4 times
Referenced: 0 times
Includes or requires: 8 files
 include/class.history.php
 include/class.user.php
 include/class.misc.php
 include/class.date.php
 include/class.auth.php
 include/class.error_handler.php
 include/class.issue.php
 include/class.setup.php

Defines 1 class

SCM:: (5 methods):
  removeByIssues()
  remove()
  parseURL()
  getCheckinList()
  logCheckin()


Class: SCM  - X-Ref

Class to handle the business logic related to the source control management
integration features of the application.

removeByIssues($ids)   X-Ref
Method used to remove all checkins associates with a list of issues.

param: array $ids The list of issues
return: boolean

remove()   X-Ref
Method used to remove a specific list of checkins

return: integer 1 if the update worked, -1 otherwise

parseURL($url, $info)   X-Ref
Method used to parse an user provided URL and substitute a known set of
placeholders for the appropriate information.

param: string $url The user provided URL
return: string The parsed URL

getCheckinList($issue_id)   X-Ref
Method used to get the full list of checkins associated with an issue.

param: integer $issue_id The issue ID
return: array The list of checkins

logCheckin($issue_id, $i)   X-Ref
Method used to associate a new checkin with an existing issue

param: integer $issue_id The issue ID
param: integer $i The offset of the file that was changed
return: integer 1 if the update worked, -1 otherwise



Generated: Wed Dec 19 21:21:33 2007 Cross-referenced by PHPXref 0.7