PHP 클래스 Google\Spreadsheet\Batch\BatchRequest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$entries Google\Spreadsheet\CellEntry[]

공개 메소드들

메소드 설명
__construct ( )
addEntry ( CellEntry $cellEntry )
createRequestXml ( CellFeed $cellFeed ) : SimpleXMLElement
getEntries ( ) : CellEntry[] Get all entries in the batch

메소드 상세

__construct() 공개 메소드

public __construct ( )

addEntry() 공개 메소드

public addEntry ( CellEntry $cellEntry )
$cellEntry Google\Spreadsheet\CellEntry

createRequestXml() 공개 메소드

public createRequestXml ( CellFeed $cellFeed ) : SimpleXMLElement
$cellFeed Google\Spreadsheet\CellFeed
리턴 SimpleXMLElement

getEntries() 공개 메소드

Get all entries in the batch
public getEntries ( ) : CellEntry[]
리턴 Google\Spreadsheet\CellEntry[]

프로퍼티 상세

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

protected CellEntry[],Google\Spreadsheet $entries
리턴 Google\Spreadsheet\CellEntry[]