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

namespace XF;

interface
ResultSetInterface
{
    public function
getResultSetData($type, array $ids, $filterViewable = true, array $results = null);
}