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

6 lines
55 B
PHP
Raw Normal View History

2014-05-04 19:06:40 +02:00
<?php
interface IValidatable
{
function validate();
}