1
0
mirror of synced 2025-02-21 14:43:14 +03:00

doc block fix

This commit is contained in:
zYne 2007-06-14 18:17:07 +00:00
parent d6095a2420
commit 3e57286584

View File

@ -1,6 +1,6 @@
<?php
/*
* $Id: UnitOfWork.php 1495 2007-05-27 18:56:04Z zYne $
* $Id$
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@ -18,16 +18,16 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
Doctrine::autoload('Doctrine_Connection_Module');
/**
* Doctrine_Connection_UnitOfWork
* Doctrine_IntegrityMapper
*
* @package Doctrine
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @since 1.0
* @version $Revision: 1495 $
* @version $Revision$
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class Doctrine_IntegrityMapper