amazOOP amazOOP
[ class tree: amazOOP ] [ index: amazOOP ] [ all elements ]

Class: BrowseNode

Source Location: /other.class.php

Class Overview

This class contains information about a Browse Node.

Author(s):

Version: 0.3RC1

Copyright: 2004 (c) Mauricio Diaz Orlich

Methods


Class Details [line 644]

This class contains information about a Browse Node.

According to the AWS documentation, when a product returns a list of browse nodes, all it returns is the name of browse nodes in which the product appears. However, lately a node ID has also been returned, corresponding to the actual browse node used at Amazon.

Use this information as you wish.




Tags:

Version:  0.3RC1
  
License:  GNU General Public License
  
Copyright:  2004 (c) Mauricio Diaz Orlich
  
Author:  Mauricio Diaz <madd0@users.sourceforge.net>


[ Top ]


Class Methods


method getNodeId [line 674]

integer|boolean getNodeId( )

The node ID of the current node. This is what is needed to query AWS.



Tags:

Return:  the node's ID, or false if no ID exists.


[ Top ]

method getNodeName [line 689]

string|boolean getNodeName( [boolean $decoded = true])

The node's name. Nice to know, but not very useful...



Tags:

Return:  the node's name, or false if no name is set.


Parameters:

boolean   $decoded   whether you want the node's name to be returned decoded or URL encoded.

[ Top ]

method hasNodeId [line 665]

boolean hasNodeId( )

Checks whether AWS returned a node ID.



Tags:

Return:  true if a node ID was returned, false otherwise.


[ Top ]

 
Documentation generated on Sat, 21 Aug 2004 17:40:42 +0200 by phpDocumentor 1.3.0RC3
hosted by
SourceForge.net Logo