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

namespace XF\Entity;

interface
QuotableInterface
{
    public function
getQuoteWrapper($inner);
}