Class pikaCase

Description

Something.

Located in /app/lib/pikaCase.php (line 17)

plBase
   |
   --pikaCase
Method Summary
 pikaCase __construct ([mixed $case_id = null])
 boolean addContact (mixed $c, integer $role)
 void delete ()
 void duplicate ()
 void fuzzyConflictCheck ([mixed $lim = 10])
 void getContactsDb ()
 void getFiles ()
 void getNotes ([mixed $order = 'ASC'], [mixed $limit = 50])
 void handleNewFile (mixed $contents, mixed $filename)
 boolean resetConflictStatus ([boolean $reset_verification = true])
 void __set (mixed $value_name, mixed $value)
Variables
Methods
Constructor __construct (line 26)
  • access: public
pikaCase __construct ([mixed $case_id = null])

Redefinition of:
plBase::__construct()
addContact (line 84)

Add a contact to a case.

$c can be a pikaContact object or the contact's ID number. $role is the relation_code describing the contact's relationship to the case.

  • access: public
boolean addContact (mixed $c, integer $role)
  • mixed $c
  • integer $role
delete (line 307)
  • access: public
void delete ()

Redefinition of:
plBase::delete()
duplicate (line 489)
void duplicate ()
fuzzyConflictCheck (line 369)
  • access: public
void fuzzyConflictCheck ([mixed $lim = 10])
getContactsDb (line 220)
  • access: public
void getContactsDb ()
getFiles (line 472)
  • access: public
void getFiles ()
getNotes (line 237)
void getNotes ([mixed $order = 'ASC'], [mixed $limit = 50])
handleNewFile (line 455)
  • access: public
void handleNewFile (mixed $contents, mixed $filename)
resetConflictStatus (line 173)

Runs the primary conflict check against all case contacts.

If a potential conflict is found, the poten_conflicts value is set to 1. Otherwise it is set to 0. If the '$reset_verification' argument is 'true', then the case's conflicts value is set to NULL, meaning the user will be prompted to re-affirm whether a case has conflicts or not.

boolean resetConflictStatus ([boolean $reset_verification = true])
  • boolean $reset_verification
__set (line 61)
  • access: public
void __set (mixed $value_name, mixed $value)

Redefinition of:
plBase::__set()

Inherited Methods

Inherited From plBase

 plBase::__construct()
 plBase::delete()
 plBase::getValues()
 plBase::loadValues()
 plBase::save()
 plBase::setValues()
 plBase::__destruct()
 plBase::__get()
 plBase::__set()

Documentation generated on Tue, 19 Oct 2004 17:16:03 -0400 by phpDocumentor 1.3.0RC3