Entity/DocumentTag.php
author cavaliet
Fri, 28 Oct 2011 14:57:11 +0200
changeset 22 99c15cfe420b
parent 2 13f43f53d0ba
child 74 901463f9b11c
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 IRI\Bundle\WikiTagBundle\Model\DocumentTag as BaseDocumentTag;

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