PHP Class Horde_Service_Scribd_Response, horde

Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Xml_Element
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( DOMElement $element = null ) Constructor. Do basic error checking on the resposne.
getResultSet ( ) * if($result['stat'] == "ok"){

Method Details

__construct() public method

Constructor. Do basic error checking on the resposne.
public __construct ( DOMElement $element = null )
$element DOMElement The DOM element we're encapsulating.

getResultSet() public method

This is shifty. Works currently though. $result = $this->convert_simplexml_to_array($result); if(urlencode((string)$result) == "%0A%0A" && $this->error == 0){ $result = "1"; return $result; }else{ return $result; } }
public getResultSet ( )