aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/formatter/BookmarkRawFormatter.php
blob: 4ff07cdf4019b837025740d44cf8f253b830f4d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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
{
}