Entity/TagRepository.php
author cavaliet
Fri, 28 Oct 2011 14:57:11 +0200
changeset 22 99c15cfe420b
parent 2 13f43f53d0ba
child 34 21fab44f46fe
permissions -rwxr-xr-x
Add ModifyTag from tag list. Add Reset Wikipedia info from tag list. Enable boolean from addJavascript controller/template to switch from list or document context.

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

use Doctrine\ORM\EntityRepository;

/**
 * TagRepository
 *
 * This class was generated by the Doctrine ORM. Add your own custom
 * repository methods below.
 */
class TagRepository extends EntityRepository
{
}