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
f9915106
Commit
f9915106
authored
Oct 03, 2007
by
Jonathan.Wage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more api doc changes
parent
0a6f216e
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
0 additions
and
21 deletions
+0
-21
Plugin.php
lib/Doctrine/Plugin.php
+0
-1
Abstract.php
lib/Doctrine/Query/Abstract.php
+0
-1
Chain.php
lib/Doctrine/Record/Listener/Chain.php
+0
-1
Exception.php
lib/Doctrine/Record/State/Exception.php
+0
-1
Resource.php
lib/Doctrine/Resource.php
+0
-1
Access.php
lib/Doctrine/Resource/Access.php
+0
-1
Client.php
lib/Doctrine/Resource/Client.php
+0
-1
Collection.php
lib/Doctrine/Resource/Collection.php
+0
-1
Config.php
lib/Doctrine/Resource/Config.php
+0
-1
Exception.php
lib/Doctrine/Resource/Exception.php
+0
-1
Params.php
lib/Doctrine/Resource/Params.php
+0
-1
Query.php
lib/Doctrine/Resource/Query.php
+0
-1
Record.php
lib/Doctrine/Resource/Record.php
+0
-1
Request.php
lib/Doctrine/Resource/Request.php
+0
-1
Server.php
lib/Doctrine/Resource/Server.php
+0
-1
Table.php
lib/Doctrine/Resource/Table.php
+0
-1
Repository.php
lib/Doctrine/Table/Repository.php
+0
-1
Exception.php
lib/Doctrine/Table/Repository/Exception.php
+0
-1
Exception.php
lib/Doctrine/Transaction/Exception.php
+0
-1
Util.php
lib/Doctrine/Util.php
+0
-1
View.php
lib/Doctrine/View.php
+0
-1
No files found.
lib/Doctrine/Plugin.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @subpackage Plugin
* @subpackage Plugin
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Query/Abstract.php
View file @
f9915106
...
@@ -25,7 +25,6 @@ Doctrine::autoload('Doctrine_Hydrate');
...
@@ -25,7 +25,6 @@ Doctrine::autoload('Doctrine_Hydrate');
* @package Doctrine
* @package Doctrine
* @subpackage Query
* @subpackage Query
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
* @version $Revision: 1393 $
* @version $Revision: 1393 $
...
...
lib/Doctrine/Record/Listener/Chain.php
View file @
f9915106
...
@@ -29,7 +29,6 @@ Doctrine::autoload('Doctrine_Access');
...
@@ -29,7 +29,6 @@ Doctrine::autoload('Doctrine_Access');
* @subpackage Record
* @subpackage Record
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
* @version $Revision$
* @version $Revision$
...
...
lib/Doctrine/Record/State/Exception.php
View file @
f9915106
...
@@ -25,7 +25,6 @@ Doctrine::autoload('Doctrine_Record_Exception');
...
@@ -25,7 +25,6 @@ Doctrine::autoload('Doctrine_Record_Exception');
* @package Doctrine
* @package Doctrine
* @subpackage Record
* @subpackage Record
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
* @version $Revision$
* @version $Revision$
...
...
lib/Doctrine/Resource.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Access.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Client.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Collection.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Config.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Exception.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Params.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Query.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Record.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Request.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Server.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Resource/Table.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @author Jonathan H. Wage <jwage@mac.com>
* @author Jonathan H. Wage <jwage@mac.com>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
*/
*/
...
...
lib/Doctrine/Table/Repository.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @package Doctrine
* @package Doctrine
* @subpackage Table
* @subpackage Table
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
* @version $Revision$
* @version $Revision$
...
...
lib/Doctrine/Table/Repository/Exception.php
View file @
f9915106
...
@@ -25,7 +25,6 @@ Doctrine::autoload('Doctrine_Exception');
...
@@ -25,7 +25,6 @@ Doctrine::autoload('Doctrine_Exception');
* @package Doctrine
* @package Doctrine
* @subpackage Table
* @subpackage Table
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
* @version $Revision$
* @version $Revision$
...
...
lib/Doctrine/Transaction/Exception.php
View file @
f9915106
...
@@ -28,7 +28,6 @@ Doctrine::autoload('Doctrine_Exception');
...
@@ -28,7 +28,6 @@ Doctrine::autoload('Doctrine_Exception');
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @since 1.0
* @since 1.0
* @version $Revision$
* @version $Revision$
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
*/
*/
class
Doctrine_Transaction_Exception
extends
Doctrine_Exception
class
Doctrine_Transaction_Exception
extends
Doctrine_Exception
...
...
lib/Doctrine/Util.php
View file @
f9915106
...
@@ -25,7 +25,6 @@ Doctrine::autoload('Doctrine_Connection_Module');
...
@@ -25,7 +25,6 @@ Doctrine::autoload('Doctrine_Connection_Module');
* @package Doctrine
* @package Doctrine
* @subpackage Util
* @subpackage Util
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
* @version $Revision$
* @version $Revision$
...
...
lib/Doctrine/View.php
View file @
f9915106
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
* @package Doctrine
* @package Doctrine
* @subpackage View
* @subpackage View
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @category Object Relational Mapping
* @link www.phpdoctrine.com
* @link www.phpdoctrine.com
* @since 1.0
* @since 1.0
* @version $Revision$
* @version $Revision$
...
...
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