PHP Class ApaiIO\Operations\BrowseNodeLookup

See also: http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/BrowseNodeLookup.html
Author: Jan Eichhorn ([email protected])
Inheritance: extends AbstractOperation
Show file Open project: exeu/apai-io Class Usage Examples

Public Methods

Method Description
getName ( )
getNodeId ( ) : string Returns the nodeid
setNodeId ( string $nodeId ) : BrowseNodeLookup Sets the nodeid in which should be looked up

Method Details

getName() public method

public getName ( )

getNodeId() public method

Returns the nodeid
public getNodeId ( ) : string
return string

setNodeId() public method

Sets the nodeid in which should be looked up
public setNodeId ( string $nodeId ) : BrowseNodeLookup
$nodeId string
return BrowseNodeLookup