/** * The default destructor * * @author Abhinav Kumar * @return bool "true" on Success, "false" otherwise */ public function __destruct() { parent::__destruct(); return true; }