Method | Description | |
---|---|---|
ContentIsUnique ( $json, $id ) | ||
ParseItemToRequestJson ( $item, $apiKey ) | ||
ParseResponseFromJsonToUniqueIds ( string $json ) : string[] | Given the JSON returned from the SiCDS, this function attempts to parse and return an array of content item ID's that have been classified as unique. | |
ParseToRequestJson ( |
Given a array of content items, this function will parse the diff collections of each item to JSON formtted for the SiCDS cloud service interface. |
public ParseResponseFromJsonToUniqueIds ( string $json ) : string[] | ||
$json | string | |
return | string[] |
public ParseToRequestJson ( |
||
$items | ||
$apiKey | string | |
return | string |