[ Index ]

PHP Cross Reference of Eventum

title

Body

[close]

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

(no description)

File Size: 244 lines (9 kb)
Included or required: 3 times
Referenced: 0 times
Includes or requires: 2 files
 include/class.misc.php
 include/class.error_handler.php

Defines 1 class

Resolution:: (7 methods):
  getTitle()
  remove()
  update()
  getDetails()
  getList()
  getAssocList()
  insert()


Class: Resolution  - X-Ref

Class to handle the business logic related to the administration
of resolutions in the system.

getTitle($res_id)   X-Ref
Method used to get the title of a specific resolution.

param: integer $res_id The resolution ID
return: string The title of the resolution

remove()   X-Ref
Method used to remove resolutions by using the administrative
interface of the system.

return: boolean

update()   X-Ref
Method used to update the resolution by using the administrative
interface of the system.

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

getDetails($res_id)   X-Ref
Method used to get the details of a specific resolution.

param: integer $res_id The resolution ID
return: array The details of the resolution

getList()   X-Ref
Method used to get the full list of resolutions.

return: array The list of resolutions

getAssocList()   X-Ref
Method used to get a list as an associative array of the
resolutions.

return: array The list of resolutions

insert()   X-Ref
Method used to add a new resolution by using the administrative
interface of the system.

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



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