Abstract Class helpdeskEvent

Description

Support contract

Support contract

  • abstract:

Located in /event.php (line 29)

helpdeskObject
   |
   --helpdeskEvent
Direct descendents
Class Description
 class helpdeskTicket
Variable Summary
 mixed $nid
Method Summary
 helpdeskEvent __construct ()
 string form ()
 string getTicket ()
 void init (mixed $node, mixed $fromDB)
 string view ()
Variables
mixed $nid (line 31)
  • access: public
Methods
Constructor __construct (line 95)

class constructor

class constructor

helpdeskEvent __construct ()
form (line 37)

Generates the code for hook_form when node is a Helpdesk Contract

Generates the code for hook_form when node is a Helpdesk Contract

string form ()

Redefinition of:
helpdeskObject::form()
implement the equivalent of hook_form for the class
getTicket (line 74)

Generates a human-readable ticket number based on the nid of the

Generates a human-readable ticket number based on the nid of the ticket itself, or the ticket to which a followup is bound

  • return: the readable ticket number
  • abstract:
string getTicket ()

Redefined in descendants as:
init (line 86)
void init (mixed $node, mixed $fromDB)

Redefinition of:
helpdeskObject::init()
initialize existing class instance from passed values

Redefined in descendants as:
view (line 81)
  • return: HTML
string view ()

Redefinition of:
helpdeskObject::view()
implement the equivalent of hook_view for the class, but return the produced HTML

Redefined in descendants as:

Inherited Methods

Inherited From helpdeskObject

 helpdeskObject::form()
 helpdeskObject::init()
 helpdeskObject::node_name()
 helpdeskObject::view()

Documentation generated on Tue, 01 Nov 2005 23:15:00 +0100 by phpDocumentor 1.3.0RC3