Browse Source

Merge e57a0f9a81 into 4ed630370d

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

9
api/fedora_item.inc

@ -55,6 +55,15 @@ class Fedora_Item {
Fedora_Item::$instantiated_pids[$pid] = &$this;
}
}
/**
* 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

Loading…
Cancel
Save