FOSElasticaBundle/Provider/ProviderInterface.php

11 lines
140 B
PHP
Raw Normal View History

<?php
2011-04-17 19:56:32 +02:00
namespace FOQ\ElasticaBundle\Provider;
use Closure;
interface ProviderInterface
{
function populate(Closure $loggerClosure);
}