1
0
www.mikescher.com/www/internals/iwebsitemodule.php

6 lines
72 B
PHP
Raw Normal View History

2020-01-19 13:16:40 +01:00
<?php
interface IWebsiteModule
{
public function checkConsistency();
}