PHP Class SubmitResponse

Author: Tyler
Inheritance: extends FactualResponse
Afficher le fichier Open project: factual/factual-php-driver

Protected Properties

Свойство Type Description
$commitID
$factualID
$isDelayed
$newEntity

Méthodes publiques

Méthode Description
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)

Méthodes protégées

Méthode Description
parseJSON ( $json ) : array Parses JSON as array and assigns object values

Method Details

getCommitID() public méthode

Get the Commit ID (transaction identifier)
public getCommitID ( ) : string | null
Résultat string | null | null on no ID

getFactualID() public méthode

Get the Factual ID (extant entity only)
public getFactualID ( ) : string | null
Résultat string | null | null on no ID

isDelayed() public méthode

Is the write delayed?
public isDelayed ( ) : boolean
Résultat boolean

isNew() public méthode

Is this a new entity (inserted) or extant entity (updated)
public isNew ( ) : boolean
Résultat boolean

parseJSON() protected méthode

Parses JSON as array and assigns object values
protected parseJSON ( $json ) : array
Résultat array structured JSON

Property Details

$commitID protected_oe property

protected $commitID

$factualID protected_oe property

protected $factualID

$isDelayed protected_oe property

protected $isDelayed

$newEntity protected_oe property

protected $newEntity