IMP_Compose_Attachment_Storage::gc PHP Method

gc() public method

Garbage collection.
public gc ( )
    public function gc()
    {
    }

Usage Example

示例#1
0
 /**
  */
 public function gc()
 {
     $this->_storage->gc();
 }