/** * Method to call the destroy() method one last time * to free any memory when the object is unset * * @see Image::destroy() * @since 2.5.0 */ public function __destruct() { $this->destroy(); }