Files
Phraseanet/lib/classes/patchInterface.class.php
Romain Neutron 28880af8e5 Update patches
2012-10-04 15:42:54 +02:00

16 lines
242 B
PHP

<?php
use Alchemy\Phrasea\Application;
interface patchInterface
{
public function get_release();
public function concern();
public function require_all_upgrades();
public function apply(base &$base, Application $app);
}