PHP 클래스 Google\Spreadsheet\Batch\BatchResponse

저자: Asim Liaquat ([email protected])
파일 보기 프로젝트 열기: asimlqt/php-google-spreadsheet-client 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$xml SimpleXMLElement

공개 메소드들

메소드 설명
__construct ( SimpleXMLElement $xml )
getXml ( ) : SimpleXMLElement
hasErrors ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( SimpleXMLElement $xml )
$xml SimpleXMLElement

getXml() 공개 메소드

public getXml ( ) : SimpleXMLElement
리턴 SimpleXMLElement

hasErrors() 공개 메소드

public hasErrors ( ) : boolean
리턴 boolean

프로퍼티 상세

$xml 보호되어 있는 프로퍼티

protected SimpleXMLElement $xml
리턴 SimpleXMLElement