public static function clearContext()
 {
     self::$description = null;
     self::$transaction_type = '';
     self::$params = array();
 }