Event/WikiTagEvents.php
changeset 34 21fab44f46fe
equal deleted inserted replaced
30:d2fba1e3b94b 34:21fab44f46fe
       
     1 <?php
       
     2 /*
       
     3  * This file is part of the WikiTagBundle package.
       
     4  *
       
     5  * (c) IRI <http://www.iri.centrepompidou.fr/>
       
     6  *
       
     7  * For the full copyright and license information, please view the LICENSE
       
     8  * file that was distributed with this source code.
       
     9  */
       
    10 namespace IRI\Bundle\WikiTagBundle\Event;
       
    11 
       
    12 final class WikiTagEvents
       
    13 {
       
    14     /**
       
    15      * the wikitag.tag_change events is thrown each time the tag list of a document is modified.
       
    16      * @var string
       
    17      */
       
    18     const onTagChanged = 'wikitag.tag_changed';
       
    19 
       
    20 }