Commit 8c06f212 authored by romanb's avatar romanb

--no commit message

--no commit message
parent aea6a947
......@@ -32,7 +32,7 @@
* @since 2.0
* @todo Rename to ClassDescriptor.
*/
class Doctrine_ClassMetadata implements Doctrine_Configurable, Serializable
class Doctrine_ClassMetadata implements Doctrine_Common_Configurable, Serializable
{
/* The inheritance mapping types */
/**
......
<?php
/*
* $Id$
* $Id: Configurable.php 4523 2008-06-15 15:56:28Z romanb $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
......@@ -27,11 +27,11 @@
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @link www.phpdoctrine.org
* @since 2.0
* @version $Revision$
* @version $Revision: 4523 $
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Roman Borschel <roman@code-factory.org>
*/
interface Doctrine_Configurable
interface Doctrine_Common_Configurable
{
public function getAttribute($name);
public function setAttribute($name, $value);
......
......@@ -33,7 +33,7 @@
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @todo Remove.
*/
class Doctrine_Manager implements Doctrine_Configurable, Countable, IteratorAggregate
class Doctrine_Manager implements Doctrine_Common_Configurable, Countable, IteratorAggregate
{
/**
* @var array $connections an array containing all the opened connections
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment