Files
Phraseanet/lib/classes/patch.class.php
2011-02-16 16:09:48 +01:00

9 lines
97 B
PHP

<?php
interface patch
{
function get_release();
function concern();
function apply($id);
}