Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/BbCode/ProcessorAction/FiltererInterface.php
<?php

namespace XF\BbCode\ProcessorAction;

interface
FiltererInterface
{
    public function
addFiltererHooks(FiltererHooks $hooks);
}