PHP Класс SubmitResponse

Автор: Tyler
Наследование: extends FactualResponse
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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