IMP_Compose_Attachment_Storage::gc PHP 메소드

gc() 공개 메소드

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

Usage Example

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