Implements interfaces:
The Structure_Linked_List class represents a linked list structure composed of Structure_Linked_List_Node objects.
Located in /Structure_Linked_List.php (line 143)
Current node in the linked list
Root node of the linked list
Error stack
Structure_Linked_List constructor
Adds a @see Structure_Linked_List_Node object to the linked list.
While the @see Structure_Linked_List_Node constructor accepts a reference link as the previous link in the chain, you might want to create an extension of the @see Structure_Linked_List_Node object that enables you to first create and manipulate the object before adding it to the linked list.
Returns the current node in the linked list
Get errors (if any) for this object
Returns the error stack.
Stub for Iterator interface that simply returns the current node
Sets the pointer for the linked list to the next link and returns that link
Sets the pointer for the linked list to the previous link and returns that link
Sets the pointer for the linked list to the root node
Stub for Iterator interface that simply returns the current node
Documentation generated on Thu, 24 Aug 2006 10:43:31 -0400 by phpDocumentor 1.3.0