Browse Source

Merge e57a0f9a81 into 4ed630370d

pull/70/merge
GitHub Merge Button 14 years ago
parent
commit
bb0cb79367
  1. 9
      api/fedora_item.inc

9
api/fedora_item.inc

@ -56,6 +56,15 @@ class Fedora_Item {
}
}
/**
* Forget this Object, do manually when memory constraints apply.
*
* Removes this object from the static list of $instantiated_pids
*/
function forget() {
unset(Fedora_Item::$instantiated_pids[$this->pid]);
}
/**
* Exists
* @return type

Loading…
Cancel
Save