Entity/DocumentTag.php
author cavaliet
Fri, 21 Oct 2011 17:10:54 +0200
changeset 9 cc32af725176
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
first step for tag list and add Pagerfanta for paginator

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

use IRI\Bundle\WikiTagBundle\Model\DocumentTag as BaseDocumentTag;

/**
 * IRI\Bundle\WikiTagBundle\Entity\DocumentTag
 */
class DocumentTag extends BaseDocumentTag
{
}