Method | Description | |
---|---|---|
compareForConflict ( stdClass $statement_x, stdClass $statement_y ) | Compares two statements. | |
insert ( array $statements, |
Inserts statements with the given options. |
Method | Description | |
---|---|---|
checkForConflict ( stdClass $statement, |
Checks for a duplicate statement with the given options. | |
constructModel ( stdClass $statement, |
Constructs a model from the given statement and options. | |
insertModels ( array $models, |
Inserts models with the given options. | |
matchableStatement ( stdClass $statement ) : stdClass | Decodes the encoded statement. |
public compareForConflict ( stdClass $statement_x, stdClass $statement_y ) | ||
$statement_x | stdClass | |
$statement_y | stdClass |