Files
Phraseanet/lib/Alchemy/Phrasea/Setup/Version/Probe/ProbeInterface.php
Romain Neutron b1816a48a9 Add Probes tests
2012-10-04 15:44:52 +02:00

20 lines
356 B
PHP

<?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2012 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Alchemy\Phrasea\Setup\Version\Probe;
interface ProbeInterface
{
public function isMigrable();
public function getMigration();
}