FOSElasticaBundle/Annotation/Search.php

17 lines
267 B
PHP
Raw Normal View History

2014-06-16 14:33:04 +02:00
<?php
namespace FOS\ElasticaBundle\Annotation;
/**
* Annotation class for setting search repository.
*
* @author Richard Miller <info@limethinking.co.uk>
* @Annotation
* @Target("CLASS")
*/
class Search
{
/** @var string */
public $repositoryClass;
}