The Structure_Linked_List_Node class represents a node in a Structure_Linked_List linked list structure.
Located in /Structure_Linked_List.php (line 412)
Next node in the linked list
Previous node in the linked list
Error stack
Structure_Linked_List_Node constructor
Removes node from the list, adjusting the related nodes accordingly.
This is a problem if the node is the root node for the list. At this point, however, we do not have access to the list itself. Hmm.
Get errors (if any) for this object
Returns the error stack.
Return the previous link in the linked list
Sets the pointer for the next link in the linked list to the specified link
Sets the pointer for the previous link in the linked list to the specified link
Documentation generated on Thu, 24 Aug 2006 10:43:31 -0400 by phpDocumentor 1.3.0