Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Service/Thread/TypeData/SaverInterface.php
<?php

namespace XF\Service\Thread\TypeData;

interface
SaverInterface
{
    public function
validate(&$errors = []);

    public function
save();
}