예제 #1
0
파일: image.php 프로젝트: ZyXelP/oxwall
 public function destroy()
 {
     $this->image->destroy();
 }
예제 #2
0
파일: image.php 프로젝트: vazahat/dudex
 /**
  * Release memory allocated for image
  */
 public function __destruct()
 {
     $this->image->destroy();
 }