Ejemplo n.º 1
0
 public function destroy()
 {
     $this->image->destroy();
 }
Ejemplo n.º 2
0
 /**
  * Release memory allocated for image
  */
 public function __destruct()
 {
     $this->image->destroy();
 }