freenet-router |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 2 | simandl | <?php |
2 | |
||
3 | namespace Phem\ClassLoading; |
||
4 | |
||
5 | use Phem\Core\Object; |
||
6 | |
||
7 | /** |
||
8 | * @author Jakub PetrĹžĂlka <petrzilka@czweb.net> |
||
9 | */ |
||
10 | abstract class Loader extends Object |
||
11 | { |
||
12 | public abstract function commit(); |
||
13 | } |