Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/PreEscapedInterface.php
<?php

namespace XF;

interface
PreEscapedInterface
{
    public function
getPreEscapeType();
    public function
__toString();
}