1
0
mirror of synced 2025-02-20 22:23:14 +03:00
This commit is contained in:
romanb 2008-09-12 11:00:26 +00:00
parent aea6a947c8
commit 8c06f2127a
3 changed files with 5 additions and 5 deletions

View File

@ -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 */
/**

View File

@ -1,6 +1,6 @@
<?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);

View File

@ -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