Implement populator and add corresponding command

This commit is contained in:
ornicar 2011-04-11 19:27:47 -07:00
commit 02dd4d85cc
3 changed files with 67 additions and 0 deletions

8
ProviderInterface.php Normal file
View file

@ -0,0 +1,8 @@
<?php
namespace FOQ\ElasticaBundle;
interface ProviderInterface
{
function populate();
}