Empty.php 431 Bytes
Newer Older
1 2 3
<?php
/**
 * an emtpy listener all components use this by default
lsmith's avatar
lsmith committed
4 5 6 7 8 9 10 11
 * @package     Doctrine
 * @category    Object Relational Mapping
 * @link        www.phpdoctrine.com
 * @license     http://www.opensource.org/licenses/lgpl-license.php LGPL
 * @since       1.0
 * @version     $Revision$
 * @author      Konsta Vesterinen <kvesteri@cc.hut.fi>
 */
lsmith's avatar
lsmith committed
12 13
class Doctrine_EventListener_Empty extends Doctrine_EventListener
{ }