Entity/DocumentTag.php
author cavaliet
Tue, 15 Nov 2011 12:27:02 +0100
changeset 33 6c87166b819c
parent 2 13f43f53d0ba
child 74 901463f9b11c
permissions -rwxr-xr-x
First step to add context search to a page. Works fine but needs to be improved with several list of selectors.

<?php

namespace IRI\Bundle\WikiTagBundle\Entity;

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

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