PHP Class Google\Spreadsheet\Batch\BatchResponse

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

Protected Properties

Свойство Type Description
$xml SimpleXMLElement

Méthodes publiques

Méthode Description
__construct ( SimpleXMLElement $xml )
getXml ( ) : SimpleXMLElement
hasErrors ( ) : boolean

Method Details

__construct() public méthode

public __construct ( SimpleXMLElement $xml )
$xml SimpleXMLElement

getXml() public méthode

public getXml ( ) : SimpleXMLElement
Résultat SimpleXMLElement

hasErrors() public méthode

public hasErrors ( ) : boolean
Résultat boolean

Property Details

$xml protected_oe property

protected SimpleXMLElement $xml
Résultat SimpleXMLElement