PHP Class Google\Spreadsheet\Batch\BatchResponse

Author: Asim Liaquat ([email protected])
Datei anzeigen Open project: asimlqt/php-google-spreadsheet-client Class Usage Examples

Protected Properties

Property Type Description
$xml SimpleXMLElement

Public Methods

Method Description
__construct ( SimpleXMLElement $xml )
getXml ( ) : SimpleXMLElement
hasErrors ( ) : boolean

Method Details

__construct() public method

public __construct ( SimpleXMLElement $xml )
$xml SimpleXMLElement

getXml() public method

public getXml ( ) : SimpleXMLElement
return SimpleXMLElement

hasErrors() public method

public hasErrors ( ) : boolean
return boolean

Property Details

$xml protected_oe property

protected SimpleXMLElement $xml
return SimpleXMLElement