Files
Phraseanet/lib/classes/patchInterface.class.php
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

13 lines
153 B
PHP

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