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

namespace XF\Template;

interface
WatcherInterface
{
    public function
watchTemplate(Templater $templater, $type, $name);
    public function
hasActionedTemplates();
}