/** * void destroy() - destoy all objects * @access public */ public static function destroy() { self::$LOGS = array(); }
/** * void destroy() - destroy objects * @access public */ public function destroy() { Logger_Common::destroy(); self::$LOGGER = null; unset($this); }