Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
8c06f212
Commit
8c06f212
authored
Sep 12, 2008
by
romanb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
aea6a947
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ClassMetadata.php
lib/Doctrine/ClassMetadata.php
+1
-1
Configurable.php
lib/Doctrine/Common/Configurable.php
+3
-3
Manager.php
lib/Doctrine/Manager.php
+1
-1
No files found.
lib/Doctrine/ClassMetadata.php
View file @
8c06f212
...
...
@@ -32,7 +32,7 @@
* @since 2.0
* @todo Rename to ClassDescriptor.
*/
class
Doctrine_ClassMetadata
implements
Doctrine_Configurable
,
Serializable
class
Doctrine_ClassMetadata
implements
Doctrine_Co
mmon_Co
nfigurable
,
Serializable
{
/* The inheritance mapping types */
/**
...
...
lib/Doctrine/Configurable.php
→
lib/Doctrine/Co
mmon/Co
nfigurable.php
View file @
8c06f212
<?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_Co
mmon_Co
nfigurable
{
public
function
getAttribute
(
$name
);
public
function
setAttribute
(
$name
,
$value
);
...
...
lib/Doctrine/Manager.php
View file @
8c06f212
...
...
@@ -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_Co
mmon_Co
nfigurable
,
Countable
,
IteratorAggregate
{
/**
* @var array $connections an array containing all the opened connections
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment