Files
Phraseanet/lib/Alchemy/Phrasea/Setup/System/ProbeInterface.php
2012-10-04 15:44:53 +02:00

17 lines
278 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\System;
interface ProbeInterface
{
}