Entity/TagRepository.php
author cavaliet
Wed, 09 Nov 2011 17:33:26 +0100
changeset 31 b910b4f7485f
parent 2 13f43f53d0ba
child 34 21fab44f46fe
permissions -rwxr-xr-x
First step of context menu to add tag by selecting a part of text in the page.

<?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
{
}