[ Index ]

PHP Cross Reference of Eventum

title

Body

[close]

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

(no description)

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

Defines 1 class

Search_Profile:: (6 methods):
  remove()
  getProfile()
  _exists()
  save()
  _insert()
  _update()


Class: Search_Profile  - X-Ref

remove($usr_id, $prj_id, $type)   X-Ref
Method used to remove the search profile record for this user,
for the specified project and profile type.

param: integer $usr_id The user ID
param: integer $prj_id The project ID
param: string $type The type of the search profile ('issue' or 'email')
return: boolean

getProfile($usr_id, $prj_id, $type)   X-Ref
Method used to retrieve a search profile record for this user,
for the specified project and profile type.

param: integer $usr_id The user ID
param: integer $prj_id The project ID
param: string $type The type of the search profile ('issue' or 'email')
return: array The user's search profile

_exists($usr_id, $prj_id, $type)   X-Ref
Method used to check whether a search profile already exists
or not.

param: integer $usr_id The user ID
param: integer $prj_id The project ID
param: string $type The type of the search profile ('issue' or 'email')
return: boolean

save($usr_id, $prj_id, $type, $profile)   X-Ref
Method used to save a search profile record for this user, for
the specified project, and profile type.

param: integer $usr_id The user ID
param: integer $prj_id The project ID
param: string $type The type of the search profile ('issue' or 'email')
param: string $profile The search profile to be saved
return: boolean

_insert($usr_id, $prj_id, $type, $profile)   X-Ref
Method used to create a new search profile record for this
user, for the specified project, and profile type.

param: integer $usr_id The user ID
param: integer $prj_id The project ID
param: string $type The type of the search profile ('issue' or 'email')
param: string $profile The search profile to be saved
return: boolean

_update($usr_id, $prj_id, $type, $profile)   X-Ref
Method used to update an existing search profile record for
this user, for the specified project, and profile type.

param: integer $usr_id The user ID
param: integer $prj_id The project ID
param: string $type The type of the search profile ('issue' or 'email')
param: string $profile The search profile to be saved
return: boolean



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