diff --git a/lib/Doctrine/Resource.php b/lib/Doctrine/Resource.php index da7044887..5043334af 100644 --- a/lib/Doctrine/Resource.php +++ b/lib/Doctrine/Resource.php @@ -1,4 +1,35 @@ . + */ + +/** + * Doctrine_Resource + * + * @author Konsta Vesterinen + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @version $Revision$ + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + */ class Doctrine_Resource { public static function request($url, $request) @@ -31,4 +62,4 @@ class Doctrine_Resource return $collection; } -} \ No newline at end of file +} diff --git a/lib/Doctrine/Resource/Client.php b/lib/Doctrine/Resource/Client.php index ed14a3454..46bea5fb2 100644 --- a/lib/Doctrine/Resource/Client.php +++ b/lib/Doctrine/Resource/Client.php @@ -1,4 +1,35 @@ . + */ + +/** + * Doctrine_Resource_Client + * + * @author Konsta Vesterinen + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @version $Revision$ + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + */ class Doctrine_Resource_Client extends Doctrine_Resource { public $config = array(); @@ -22,4 +53,4 @@ class Doctrine_Resource_Client extends Doctrine_Resource { return new Doctrine_Resource_Collection($model, $this->config); } -} \ No newline at end of file +} diff --git a/lib/Doctrine/Resource/Collection.php b/lib/Doctrine/Resource/Collection.php index 7b6219491..597f93047 100644 --- a/lib/Doctrine/Resource/Collection.php +++ b/lib/Doctrine/Resource/Collection.php @@ -1,4 +1,35 @@ . + */ + +/** + * Doctrine_Resource_Collection + * + * @author Konsta Vesterinen + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @version $Revision$ + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + */ class Doctrine_Resource_Collection extends Doctrine_Access implements Countable, IteratorAggregate { public $data = array(); @@ -57,4 +88,4 @@ class Doctrine_Resource_Collection extends Doctrine_Access implements Countable, $record->save(); } } -} \ No newline at end of file +} diff --git a/lib/Doctrine/Resource/Exception.php b/lib/Doctrine/Resource/Exception.php index d7ef6e270..acc980889 100644 --- a/lib/Doctrine/Resource/Exception.php +++ b/lib/Doctrine/Resource/Exception.php @@ -1,4 +1,34 @@ . + */ + +/** + * Doctrine_Resource_Exception + * + * @author Konsta Vesterinen + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @version $Revision$ + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + */ class Doctrine_Resource_Exception extends Doctrine_Exception -{ -} \ No newline at end of file +{ } diff --git a/lib/Doctrine/Resource/Query.php b/lib/Doctrine/Resource/Query.php index ae5199da7..1d037b177 100644 --- a/lib/Doctrine/Resource/Query.php +++ b/lib/Doctrine/Resource/Query.php @@ -1,4 +1,35 @@ . + */ + +/** + * Doctrine_Resource_Query + * + * @author Konsta Vesterinen + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @version $Revision$ + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + */ class Doctrine_Resource_Query extends Doctrine_Resource { public $config = array(); @@ -419,4 +450,4 @@ class Doctrine_Resource_Query extends Doctrine_Resource return $this; } -} \ No newline at end of file +} diff --git a/lib/Doctrine/Resource/Record.php b/lib/Doctrine/Resource/Record.php index 88f053cb3..7ded8fd19 100644 --- a/lib/Doctrine/Resource/Record.php +++ b/lib/Doctrine/Resource/Record.php @@ -1,4 +1,35 @@ . + */ + +/** + * Doctrine_Resource_Record + * + * @author Konsta Vesterinen + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @version $Revision$ + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + */ class Doctrine_Resource_Record extends Doctrine_Record_Abstract implements Countable, IteratorAggregate { public $data = array(); @@ -74,4 +105,4 @@ class Doctrine_Resource_Record extends Doctrine_Record_Abstract implements Count return $array; } -} \ No newline at end of file +} diff --git a/lib/Doctrine/Resource/Server.php b/lib/Doctrine/Resource/Server.php index 17daefc9f..0f042060d 100644 --- a/lib/Doctrine/Resource/Server.php +++ b/lib/Doctrine/Resource/Server.php @@ -1,4 +1,35 @@ . + */ + +/** + * Doctrine_Resource_Server + * + * @author Konsta Vesterinen + * @package Doctrine + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @version $Revision$ + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + */ class Doctrine_Resource_Server extends Doctrine_Resource { public $config = array(); @@ -50,4 +81,4 @@ class Doctrine_Resource_Server extends Doctrine_Resource { echo $this->execute($request); } -} \ No newline at end of file +}