6 lines
72 B
PHP
6 lines
72 B
PHP
|
<?php
|
||
|
|
||
|
interface IWebsiteModule
|
||
|
{
|
||
|
public function checkConsistency();
|
||
|
}
|