This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/src/IValidatable.php
2014-05-05 17:47:30 +02:00

5 lines
55 B
PHP

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