mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
V 3.5 RC 1
This commit is contained in:
12
lib/classes/patchInterface.class.php
Normal file
12
lib/classes/patchInterface.class.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
interface patchInterface
|
||||
{
|
||||
function get_release();
|
||||
|
||||
function concern();
|
||||
|
||||
function require_all_upgrades();
|
||||
|
||||
function apply(base &$base);
|
||||
}
|
Reference in New Issue
Block a user