From 6f1d5723e72023670187a1d968ec3c71dabad320 Mon Sep 17 00:00:00 2001 From: zYne Date: Mon, 2 Jun 2008 11:46:55 +0000 Subject: [PATCH] added class doc blocks --- lib/Doctrine/EntityManager/Exception.php | 35 +++++++++++++++++++- lib/Doctrine/EntityPersister/Exception.php | 38 ++++++++++++++++++++-- 2 files changed, 69 insertions(+), 4 deletions(-) diff --git a/lib/Doctrine/EntityManager/Exception.php b/lib/Doctrine/EntityManager/Exception.php index d39346e01..705a8dcbe 100644 --- a/lib/Doctrine/EntityManager/Exception.php +++ b/lib/Doctrine/EntityManager/Exception.php @@ -1,5 +1,38 @@ -. + */ +#namespace Doctrine::ORM; + +/** + * Doctrine_EntityManager_Exception + * + * @package Doctrine + * @subpackage Entity + * @author Konsta Vesterinen + * @author Roman Borschel + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @link www.phpdoctrine.org + * @since 2.0 + * @version $Revision$ + */ class Doctrine_EntityManager_Exception extends Doctrine_Exception { public static function invalidFlushMode() diff --git a/lib/Doctrine/EntityPersister/Exception.php b/lib/Doctrine/EntityPersister/Exception.php index d398e8eab..36965d7bc 100644 --- a/lib/Doctrine/EntityPersister/Exception.php +++ b/lib/Doctrine/EntityPersister/Exception.php @@ -1,6 +1,38 @@ . + */ + +#namespace Doctrine::ORM; + +/** + * Doctrine_EntityPersister_Exception + * + * @package Doctrine + * @subpackage Entity + * @author Konsta Vesterinen + * @author Roman Borschel + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @link www.phpdoctrine.org + * @since 2.0 + * @version $Revision$ + */ class Doctrine_EntityPersister_Exception extends Doctrine_Exception { - -} -?> \ No newline at end of file +} \ No newline at end of file