szurubooru/src/IValidatable.php
2014-05-05 17:47:30 +02:00

5 lines
55 B
PHP

<?php
interface IValidatable
{
function validate();
}