示例#1
0
 function PerformContentDeletion($field, $content_id = -1)
 {
     manage_storage_refcount_dec($this->settings['storage']);
 }
示例#2
0
文件: storage.php 项目: Nazg-Gul/gate
 function Unref()
 {
     return manage_storage_refcount_dec($this->id);
 }