PHP 클래스 SubmitResponse

저자: Tyler
상속: extends FactualResponse
파일 보기 프로젝트 열기: factual/factual-php-driver

보호된 프로퍼티들

프로퍼티 타입 설명
$commitID
$factualID
$isDelayed
$newEntity

공개 메소드들

메소드 설명
getCommitID ( ) : string | null Get the Commit ID (transaction identifier)
getFactualID ( ) : string | null Get the Factual ID (extant entity only)
isDelayed ( ) : boolean Is the write delayed?
isNew ( ) : boolean Is this a new entity (inserted) or extant entity (updated)

보호된 메소드들

메소드 설명
parseJSON ( $json ) : array Parses JSON as array and assigns object values

메소드 상세

getCommitID() 공개 메소드

Get the Commit ID (transaction identifier)
public getCommitID ( ) : string | null
리턴 string | null | null on no ID

getFactualID() 공개 메소드

Get the Factual ID (extant entity only)
public getFactualID ( ) : string | null
리턴 string | null | null on no ID

isDelayed() 공개 메소드

Is the write delayed?
public isDelayed ( ) : boolean
리턴 boolean

isNew() 공개 메소드

Is this a new entity (inserted) or extant entity (updated)
public isNew ( ) : boolean
리턴 boolean

parseJSON() 보호된 메소드

Parses JSON as array and assigns object values
protected parseJSON ( $json ) : array
리턴 array structured JSON

프로퍼티 상세

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

protected $commitID

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

protected $factualID

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

protected $isDelayed

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

protected $newEntity