Skip to content

Instantly share code, notes, and snippets.

@mjordan
Created January 12, 2014 22:56
Show Gist options
  • Save mjordan/8391848 to your computer and use it in GitHub Desktop.
Save mjordan/8391848 to your computer and use it in GitHub Desktop.
Example islandora_datastream_access()
<?php
if (islandora_datastream_access(FEDORA_VIEW_OBJECTS,
$islandora_object['DC'])) {
// Do something
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment