get_datastream_dissemination('RELS-EXT'); } function modified() { return !(empty(array_diff($this->relsExtArray, $this->originalRelsExtArray)) && empty(array_diff($this->originalRelsExtArray, $this->relsExtArray))); } /** * Save the current state of the RELS-EXT array out to the repository item * as a datastream. */ function save() { } }