Implement populator and add corresponding command
This commit is contained in:
parent
c56f4e62f5
commit
02dd4d85cc
3 changed files with 67 additions and 0 deletions
8
ProviderInterface.php
Normal file
8
ProviderInterface.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace FOQ\ElasticaBundle;
|
||||
|
||||
interface ProviderInterface
|
||||
{
|
||||
function populate();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue