Entity/TagRepository.php
changeset 74 901463f9b11c
parent 68 e7384fb35f7a
child 75 ca2a145e67f3
equal deleted inserted replaced
73:12fc4e8b6fde 74:901463f9b11c
     1 <?php
     1 <?php
       
     2 /*
       
     3  * This file is part of the WikiTagBundle package.
       
     4  *
       
     5  * (c) IRI <http://www.iri.centrepompidou.fr/>
       
     6  *
       
     7  * For the full copyright and license information, please view the LICENSE
       
     8  * file that was distributed with this source code.
       
     9  */
     2 
    10 
     3 namespace IRI\Bundle\WikiTagBundle\Entity;
    11 namespace IRI\Bundle\WikiTagBundle\Entity;
     4 
    12 
     5 use Doctrine\ORM\EntityRepository;
    13 use Doctrine\ORM\EntityRepository;
     6 use IRI\Bundle\WikiTagBundle\Utils\WikiTagUtils;
    14 use IRI\Bundle\WikiTagBundle\Utils\WikiTagUtils;