Files
Phraseanet/lib/classes/patchInterface.class.php
Romain Neutron ade22295ad Fix CS
2012-04-26 00:55:53 +02:00

14 lines
162 B
PHP

<?php
interface patchInterface
{
function get_release();
function concern();
function require_all_upgrades();
function apply(base &$base);
}