Back to Image class

Method __destruct

public
__destruct
()
Method to call the destroy() method one last time to free any memory when the object is unset
Since
  • 2.5.0
-
  • \Joomla\CMS\Image\Image::destroy()
Class: Image
Project: Joomla

Method __destruct - Source code

/**
 * 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();
}