Entity/Tag.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\Tag as BaseTag;

/**
 * IRI\Bundle\WikiTagBundle\Entity\Tag
 */
class Tag extends BaseTag
{
}