PhpExt : Data [ class tree ] [ index ] [ all elements ]

Class: PhpExt_Data_Tree

Source Location: /PhpExt/Data/Tree.php

Class PhpExt_Data_Tree

Class Overview

Represents a tree data structure and bubbles all the events for its nodes. The nodes in the tree have most standard DOM functionality.

Located in /PhpExt/Data/Tree.php [line 25]

PhpExt_Object
   |
   --PhpExt_Observable
      |
      --PhpExt_Data_Tree

Methods

[ Top ]
Method Summary
PhpExt_Data_Tree   __construct()  
string   getPathSeparator()   The token used to separate paths in node ids (defaults to '/').
PhpExt_Data_Tree   setPathSeparator()   The token used to separate paths in node ids (defaults to '/').

[ Top ]
Methods
Constructor __construct  [line 46]

  PhpExt_Data_Tree __construct( )


API Tags:
Access:  public


Redefinition of:
PhpExt_Observable::__construct()

[ Top ]
getPathSeparator  [line 41]

  string getPathSeparator( )

The token used to separate paths in node ids (defaults to '/').


API Tags:
Access:  public


[ Top ]
setPathSeparator  [line 33]

  PhpExt_Data_Tree setPathSeparator( string $value  )

The token used to separate paths in node ids (defaults to '/').

Parameters:
string   $value: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 08 Aug 2008 16:01:47 -0500 by phpDocumentor 1.4.0