mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Introduce configuration-tester
This commit is contained in:
14
lib/Alchemy/Phrasea/Setup/Probe/ProbeInterface.php
Normal file
14
lib/Alchemy/Phrasea/Setup/Probe/ProbeInterface.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Alchemy\Phrasea\Setup\Probe;
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
use Alchemy\Phrasea\Setup\System\RequirementCollectionInterface;
|
||||
|
||||
interface ProbeInterface extends RequirementCollectionInterface
|
||||
{
|
||||
/**
|
||||
* @param Application $app
|
||||
*/
|
||||
public static function create(Application $app);
|
||||
}
|
Reference in New Issue
Block a user