Abstract Class helpdeskObject

Description
  • abstract:

Located in /core.php (line 9)


	
			
Direct descendents
Class Description
 class helpdeskContract Support contract
Abstract class helpdeskEvent Support contract
 class helpdeskTimeInfo TimeInfo class implementing S.
Method Summary
 string form (object $node)
 void init (object $node, boolean $fromDB)
 string node_name ()
 string view ()
Methods
form (line 34)

implement the equivalent of hook_form for the class

implement the equivalent of hook_form for the class

  • return: HTML for the class edition form
  • abstract:
string form (object $node)
  • object $node

Redefined in descendants as:
init (line 18)

initialize existing class instance from passed values

initialize existing class instance from passed values

  • abstract:
void init (object $node, boolean $fromDB)
  • object $node: Node from which data is taken (always nid, the rest depending on $fromDB)
  • boolean $fromDB: Is data to be taken from the DB or from $node ?

Redefined in descendants as:
node_name (line 40)

implementation of hook_node_name for HD content objects

implementation of hook_node_name for HD content objects

string node_name ()
view (line 26)

implement the equivalent of hook_view for the class, but return the produced HTML

implement the equivalent of hook_view for the class, but return the produced HTML instead of modifying the node

  • return: HTML for the class representation
  • abstract:
string view ()

Redefined in descendants as:

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