Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Service_Ebay_Finding_Abstract Class Reference

Public Member Functions

 __construct (DOMElement $dom)
 
 attributes ($tag, $attribute=null)
 
 getDom ()
 
 getXPath ()
 

Protected Member Functions

 _init ()
 Initialize object.
 
 _initXPath ()
 Load DOMXPath for current DOM object.
 
 _query ($path, $type, $array=false)
 

Protected Attributes

 $_dom
 
 $_xPath
 
 $_attributes = array()
 

Constructor & Destructor Documentation

__construct ( DOMElement  $dom)
Parameters
DOMElement$dom
Returns
void

Member Function Documentation

_init ( )
protected

Initialize object.

Post construct logic, classes must read their members here. Called from __construct() as final step of object initialization.

Returns
void
_initXPath ( )
protected

Load DOMXPath for current DOM object.

See Also
Zend_Service_Ebay_Finding::_parseResponse()
Returns
void
_query (   $path,
  $type,
  $array = false 
)
protected
Parameters
string$path
string$type
string$arrayWhen true means it expects more than one node occurence
Returns
mixed
attributes (   $tag,
  $attribute = null 
)
Parameters
string$tag
string$attribute
Returns
mixed
getDom ( )
Returns
DOMElement
getXPath ( )
Returns
DOMXPath

Member Data Documentation

$_attributes = array()
protected
$_dom
protected
$_xPath
protected