aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/formatter/BookmarkRawFormatter.php
blob: bc37227373b4d62f0ff5bb26b53fbc2a2f714018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace Shaarli\Formatter;

/**
 * Class BookmarkRawFormatter
 *
 * Used to retrieve bookmarks as array with raw values.
 * Warning: Do NOT use this for HTML content as it can introduce XSS vulnerabilities.
 *
 * @package Shaarli\Formatter
 */
class BookmarkRawFormatter extends BookmarkFormatter {}