<?php /** * an emtpy listener all components use this by default
* @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> */
class Doctrine_EventListener_Empty extends Doctrine_EventListener { }