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

Class: PhpExt_Data_Node

Source Location: /PhpExt/Data/Node.php

Class PhpExt_Data_Node

Method Summary
PhpExt_Data_Node   __construct()  
string   getId()   The id for this node. If one is not specified, one is generated.
boolean   getLeaf()   true if this node is a leaf and does not have children
PhpExt_Data_Node   setId()   The id for this node. If one is not specified, one is generated.
PhpExt_Data_Node   setLeaf()   true if this node is a leaf and does not have children

[ Top ]
Methods
Constructor __construct  [line 61]

  PhpExt_Data_Node __construct( )


API Tags:
Access:  public


Redefinition of:
PhpExt_Observable::__construct()

Redefined in descendants as:

[ Top ]
getId  [line 39]

  string getId( )

The id for this node. If one is not specified, one is generated.


API Tags:
Access:  public


[ Top ]
getLeaf  [line 57]

  boolean getLeaf( )

true if this node is a leaf and does not have children


API Tags:
Access:  public


[ Top ]
setId  [line 31]

  PhpExt_Data_Node setId( string $value  )

The id for this node. If one is not specified, one is generated.

Parameters:
string   $value: 

API Tags:
Access:  public


[ Top ]
setLeaf  [line 49]

  PhpExt_Data_Node setLeaf( boolean $value  )

true if this node is a leaf and does not have children

Parameters:
boolean   $value: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 08 Aug 2008 15:57:08 -0500 by phpDocumentor 1.4.0