replaced symfony-project.org by symfony.com

This commit is contained in:
Fabien Potencier 2011-03-06 12:40:06 +01:00
parent aca2c161c8
commit 8c423edfef
1279 changed files with 2025 additions and 2025 deletions

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -20,7 +20,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
/** /**
* Assetic integration. * Assetic integration.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class AsseticBundle extends Bundle class AsseticBundle extends Bundle
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -23,7 +23,7 @@ use Symfony\Component\EventDispatcher\Event;
/** /**
* Dumps assets to the filesystem. * Dumps assets to the filesystem.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class DumpCommand extends Command class DumpCommand extends Command
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -21,7 +21,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/** /**
* Serves assets. * Serves assets.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class AsseticController class AsseticController
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -22,7 +22,7 @@ use Symfony\Component\HttpKernel\DependencyInjection\Extension;
/** /**
* Semantic asset configuration. * Semantic asset configuration.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class AsseticExtension extends Extension class AsseticExtension extends Extension
{ {
@ -148,6 +148,6 @@ class AsseticExtension extends Extension
public function getNamespace() public function getNamespace()
{ {
return 'http://www.symfony-project.org/schema/dic/assetic'; return 'http://symfony.com/schema/dic/assetic';
} }
} }

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/** /**
* Adds services tagged as workers to the asset factory. * Adds services tagged as workers to the asset factory.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class AssetFactoryPass implements CompilerPassInterface class AssetFactoryPass implements CompilerPassInterface
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/** /**
* Adds services tagged as assets to the asset manager. * Adds services tagged as assets to the asset manager.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class AssetManagerPass implements CompilerPassInterface class AssetManagerPass implements CompilerPassInterface
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/** /**
* Adds services tagged as filters to the filter manager. * Adds services tagged as filters to the filter manager.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class FilterManagerPass implements CompilerPassInterface class FilterManagerPass implements CompilerPassInterface
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
/** /**
* This pass removes services associated with unused templating engines. * This pass removes services associated with unused templating engines.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class TemplatingPass implements CompilerPassInterface class TemplatingPass implements CompilerPassInterface
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -17,7 +17,7 @@ use Symfony\Component\HttpKernel\KernelInterface;
/** /**
* Loads asset formulae from the filesystem. * Loads asset formulae from the filesystem.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class AssetFactory extends BaseAssetFactory class AssetFactory extends BaseAssetFactory
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -16,7 +16,7 @@ use Assetic\Factory\Loader\BasePhpFormulaLoader;
/** /**
* Loads formulae from Symfony2 PHP templates. * Loads formulae from Symfony2 PHP templates.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class AsseticHelperFormulaLoader extends BasePhpFormulaLoader class AsseticHelperFormulaLoader extends BasePhpFormulaLoader
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -17,7 +17,7 @@ use Symfony\Component\Templating\Loader\LoaderInterface;
/** /**
* A directory resource that creates Symfony2 templating resources. * A directory resource that creates Symfony2 templating resources.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class DirectoryResource extends BaseDirectoryResource class DirectoryResource extends BaseDirectoryResource
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -18,7 +18,7 @@ use Symfony\Component\Templating\Loader\LoaderInterface;
/** /**
* A file resource. * A file resource.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class FileResource implements ResourceInterface class FileResource implements ResourceInterface
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
/** /**
* Lazy filter manager. * Lazy filter manager.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class FilterManager extends BaseFilterManager class FilterManager extends BaseFilterManager
{ {

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services" <container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd"> xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters> <parameters>
<parameter key="assetic.asset_writer_cache_warmer.class">Symfony\Bundle\AsseticBundle\CacheWarmer\AssetWriterCacheWarmer</parameter> <parameter key="assetic.asset_writer_cache_warmer.class">Symfony\Bundle\AsseticBundle\CacheWarmer\AssetWriterCacheWarmer</parameter>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services" <container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd"> xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters> <parameters>
<parameter key="assetic.asset_factory.class">Symfony\Bundle\AsseticBundle\Factory\AssetFactory</parameter> <parameter key="assetic.asset_factory.class">Symfony\Bundle\AsseticBundle\Factory\AssetFactory</parameter>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services" <container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd"> xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters> <parameters>
<parameter key="assetic.controller.class">Symfony\Bundle\AsseticBundle\Controller\AsseticController</parameter> <parameter key="assetic.controller.class">Symfony\Bundle\AsseticBundle\Controller\AsseticController</parameter>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services" <container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd"> xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<services> <services>
<service id="assetic.filter.google_closure_compiler" class="%assetic.filter.google_closure_compiler_jar.class%"> <service id="assetic.filter.google_closure_compiler" class="%assetic.filter.google_closure_compiler_jar.class%">

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<xsd:schema xmlns="http://www.symfony-project.org/schema/dic/assetic" <xsd:schema xmlns="http://symfony.com/schema/dic/assetic"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.symfony-project.org/schema/dic/assetic" targetNamespace="http://symfony.com/schema/dic/assetic"
elementFormDefault="qualified"> elementFormDefault="qualified">
<xsd:element name="config" type="config" /> <xsd:element name="config" type="config" />

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services" <container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd"> xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters> <parameters>
<parameter key="assetic.helper.class">Symfony\Bundle\AsseticBundle\Templating\AsseticHelper</parameter> <parameter key="assetic.helper.class">Symfony\Bundle\AsseticBundle\Templating\AsseticHelper</parameter>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services" <container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd"> xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters> <parameters>
<parameter key="assetic.twig_extension.dynamic.class">Symfony\Bundle\AsseticBundle\Twig\DynamicExtension</parameter> <parameter key="assetic.twig_extension.dynamic.class">Symfony\Bundle\AsseticBundle\Twig\DynamicExtension</parameter>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services" <container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd"> xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters> <parameters>
<parameter key="assetic.filter.yui_css.class">Assetic\Filter\Yui\CssCompressorFilter</parameter> <parameter key="assetic.filter.yui_css.class">Assetic\Filter\Yui\CssCompressorFilter</parameter>

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -32,7 +32,7 @@ use Symfony\Component\Routing\RouteCollection;
* In a production environment you should use the `assetic:dump` command to * In a production environment you should use the `assetic:dump` command to
* create static asset files. * create static asset files.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class AsseticLoader extends Loader class AsseticLoader extends Loader
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -17,7 +17,7 @@ use Symfony\Component\Templating\Helper\Helper;
/** /**
* The "assetic" templating helper. * The "assetic" templating helper.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class AsseticHelper extends Helper class AsseticHelper extends Helper
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -17,7 +17,7 @@ use Assetic\Factory\Resource\ResourceInterface;
/** /**
* Loads formulae from PHP templates. * Loads formulae from PHP templates.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class FormulaLoader implements FormulaLoaderInterface class FormulaLoader implements FormulaLoaderInterface
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -17,7 +17,7 @@ use Assetic\Factory\AssetFactory;
/** /**
* Assetic integration. * Assetic integration.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class DynamicExtension extends AsseticExtension class DynamicExtension extends AsseticExtension
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -16,7 +16,7 @@ use Assetic\Extension\Twig\AsseticNode;
/** /**
* The "dynamic" node uses a controller to render assets. * The "dynamic" node uses a controller to render assets.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class DynamicNode extends AsseticNode class DynamicNode extends AsseticNode
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -16,7 +16,7 @@ use Assetic\Extension\Twig\AsseticTokenParser;
/** /**
* Parses the {% assets %} tag. * Parses the {% assets %} tag.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class DynamicTokenParser extends AsseticTokenParser class DynamicTokenParser extends AsseticTokenParser
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -17,7 +17,7 @@ use Assetic\Factory\AssetFactory;
/** /**
* Assetic integration. * Assetic integration.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class StaticExtension extends AsseticExtension class StaticExtension extends AsseticExtension
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -16,7 +16,7 @@ use Assetic\Extension\Twig\AsseticNode;
/** /**
* The "static" node references a file in the web directory. * The "static" node references a file in the web directory.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class StaticNode extends AsseticNode class StaticNode extends AsseticNode
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
@ -16,7 +16,7 @@ use Assetic\Extension\Twig\AsseticTokenParser;
/** /**
* Parses the {% assets %} tag. * Parses the {% assets %} tag.
* *
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com> * @author Kris Wallsmith <kris.wallsmith@symfony.com>
*/ */
class StaticTokenParser extends AsseticTokenParser class StaticTokenParser extends AsseticTokenParser
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand;
/** /**
* Command to clear the metadata cache of the various cache drivers. * Command to clear the metadata cache of the various cache drivers.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class ClearMetadataCacheDoctrineCommand extends MetadataCommand class ClearMetadataCacheDoctrineCommand extends MetadataCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand;
/** /**
* Command to clear the query cache of the various cache drivers. * Command to clear the query cache of the various cache drivers.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class ClearQueryCacheDoctrineCommand extends QueryCommand class ClearQueryCacheDoctrineCommand extends QueryCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand;
/** /**
* Command to clear the result cache of the various cache drivers. * Command to clear the result cache of the various cache drivers.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class ClearResultCacheDoctrineCommand extends ResultCommand class ClearResultCacheDoctrineCommand extends ResultCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -22,7 +22,7 @@ use Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand;
* Convert Doctrine ORM metadata mapping information between the various supported * Convert Doctrine ORM metadata mapping information between the various supported
* formats. * formats.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class ConvertMappingDoctrineCommand extends ConvertMappingCommand class ConvertMappingDoctrineCommand extends ConvertMappingCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -22,7 +22,7 @@ use Doctrine\DBAL\Connection;
/** /**
* Database tool allows you to easily drop and create your configured databases. * Database tool allows you to easily drop and create your configured databases.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class CreateDatabaseDoctrineCommand extends DoctrineCommand class CreateDatabaseDoctrineCommand extends DoctrineCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand;
/** /**
* Command to create the database schema for a set of classes based on their mappings. * Command to create the database schema for a set of classes based on their mappings.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class CreateSchemaDoctrineCommand extends CreateCommand class CreateSchemaDoctrineCommand extends CreateCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -33,7 +33,7 @@ use Doctrine\ORM\Tools\EntityGenerator;
* Provides some helper and convenience methods to configure doctrine commands in the context of bundles * Provides some helper and convenience methods to configure doctrine commands in the context of bundles
* and multiple connections/entity managers. * and multiple connections/entity managers.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
abstract class DoctrineCommand extends Command abstract class DoctrineCommand extends Command
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -22,7 +22,7 @@ use Doctrine\DBAL\Connection;
/** /**
* Database tool allows you to easily drop and create your configured databases. * Database tool allows you to easily drop and create your configured databases.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class DropDatabaseDoctrineCommand extends DoctrineCommand class DropDatabaseDoctrineCommand extends DoctrineCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand;
/** /**
* Command to drop the database schema for a set of classes based on their mappings. * Command to drop the database schema for a set of classes based on their mappings.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class DropSchemaDoctrineCommand extends DropCommand class DropSchemaDoctrineCommand extends DropCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand;
/** /**
* Ensure the Doctrine ORM is configured properly for a production environment. * Ensure the Doctrine ORM is configured properly for a production environment.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class EnsureProductionSettingsDoctrineCommand extends EnsureProductionSettingsCommand class EnsureProductionSettingsDoctrineCommand extends EnsureProductionSettingsCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -20,7 +20,7 @@ use Symfony\Component\Console\Output\Output;
/** /**
* Generate entity classes from mapping information * Generate entity classes from mapping information
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class GenerateEntitiesDoctrineCommand extends DoctrineCommand class GenerateEntitiesDoctrineCommand extends DoctrineCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -23,7 +23,7 @@ use Doctrine\ORM\Mapping\ClassMetadataInfo;
/** /**
* Initialize a new Doctrine entity inside a bundle. * Initialize a new Doctrine entity inside a bundle.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class GenerateEntityDoctrineCommand extends DoctrineCommand class GenerateEntityDoctrineCommand extends DoctrineCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand;
/** /**
* Generate the Doctrine ORM entity proxies to your cache directory. * Generate the Doctrine ORM entity proxies to your cache directory.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class GenerateProxiesDoctrineCommand extends GenerateProxiesCommand class GenerateProxiesDoctrineCommand extends GenerateProxiesCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\EntityRepositoryGenerator;
/** /**
* Command to generate repository classes for mapping information. * Command to generate repository classes for mapping information.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class GenerateRepositoriesDoctrineCommand extends DoctrineCommand class GenerateRepositoriesDoctrineCommand extends DoctrineCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -26,7 +26,7 @@ use Doctrine\ORM\Tools\Export\ClassMetadataExporter;
/** /**
* Import Doctrine ORM metadata mapping information from an existing database. * Import Doctrine ORM metadata mapping information from an existing database.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class ImportMappingDoctrineCommand extends DoctrineCommand class ImportMappingDoctrineCommand extends DoctrineCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -28,7 +28,7 @@ use Doctrine\ORM\Mapping\ClassMetadata;
/** /**
* Load data fixtures from bundles. * Load data fixtures from bundles.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class LoadDataFixturesDoctrineCommand extends DoctrineCommand class LoadDataFixturesDoctrineCommand extends DoctrineCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\RunDqlCommand;
/** /**
* Execute a Doctrine DQL query and output the results. * Execute a Doctrine DQL query and output the results.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class RunDqlDoctrineCommand extends RunDqlCommand class RunDqlDoctrineCommand extends RunDqlCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -21,7 +21,7 @@ use Doctrine\DBAL\Tools\Console\Command\RunSqlCommand;
/** /**
* Execute a SQL query and output the results. * Execute a SQL query and output the results.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class RunSqlDoctrineCommand extends RunSqlCommand class RunSqlDoctrineCommand extends RunSqlCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -21,7 +21,7 @@ use Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand;
/** /**
* Command to update the database schema for a set of classes based on their mappings. * Command to update the database schema for a set of classes based on their mappings.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class UpdateSchemaDoctrineCommand extends UpdateCommand class UpdateSchemaDoctrineCommand extends UpdateCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Symfony\Bundle\DoctrineBundle\Logger\DbalLogger;
/** /**
* DoctrineDataCollector. * DoctrineDataCollector.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
class DoctrineDataCollector extends DataCollector class DoctrineDataCollector extends DataCollector
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -25,7 +25,7 @@ use Symfony\Component\Config\FileLocator;
* DoctrineExtension is an extension for the Doctrine DBAL and ORM library. * DoctrineExtension is an extension for the Doctrine DBAL and ORM library.
* *
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Benjamin Eberlei <kontakt@beberlei.de> * @author Benjamin Eberlei <kontakt@beberlei.de>
*/ */
class DoctrineExtension extends AbstractDoctrineExtension class DoctrineExtension extends AbstractDoctrineExtension
@ -574,6 +574,6 @@ class DoctrineExtension extends AbstractDoctrineExtension
*/ */
public function getNamespace() public function getNamespace()
{ {
return 'http://www.symfony-project.org/schema/dic/doctrine'; return 'http://symfony.com/schema/dic/doctrine';
} }
} }

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -20,7 +20,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;
/** /**
* Bundle. * Bundle.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class DoctrineBundle extends Bundle class DoctrineBundle extends Bundle

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -17,7 +17,7 @@ use Doctrine\DBAL\Logging\DebugStack;
/** /**
* DbalLogger. * DbalLogger.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
class DbalLogger extends DebugStack class DbalLogger extends DebugStack
{ {

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services" <container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd"> xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters> <parameters>
<parameter key="doctrine.dbal.default_connection">default</parameter> <parameter key="doctrine.dbal.default_connection">default</parameter>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services" <container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd"> xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<parameters> <parameters>
<parameter key="doctrine.orm.default_entity_manager">default</parameter> <parameter key="doctrine.orm.default_entity_manager">default</parameter>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<xsd:schema xmlns="http://www.symfony-project.org/schema/dic/doctrine" <xsd:schema xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.symfony-project.org/schema/dic/doctrine" targetNamespace="http://symfony.com/schema/dic/doctrine"
elementFormDefault="qualified"> elementFormDefault="qualified">
<xsd:element name="config"> <xsd:element name="config">

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony framework. * This file is part of the Symfony framework.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* This source file is subject to the MIT license that is bundled * This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE. * with this source code in the file LICENSE.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<config> <config>
<dbal> <dbal>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<config> <config>
<dbal> <dbal>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<config> <config>
<dbal> <dbal>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<srv:imports> <srv:imports>
<srv:import resource="orm_imports_import.xml" /> <srv:import resource="orm_imports_import.xml" />

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<config> <config>
<orm <orm

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<config> <config>
<orm> <orm>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<srv:parameters> <srv:parameters>
<srv:parameter key="doctrine.orm.proxy_namespace">Proxies</srv:parameter> <srv:parameter key="doctrine.orm.proxy_namespace">Proxies</srv:parameter>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<config> <config>
<dbal /> <dbal />

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<srv:parameters> <srv:parameters>
<srv:parameter key="doctrine.orm.proxy_namespace">Proxies</srv:parameter> <srv:parameter key="doctrine.orm.proxy_namespace">Proxies</srv:parameter>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<srv:container xmlns="http://www.symfony-project.org/schema/dic/doctrine" <srv:container xmlns="http://symfony.com/schema/dic/doctrine"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:srv="http://www.symfony-project.org/schema/dic/services" xmlns:srv="http://symfony.com/schema/dic/services"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
http://www.symfony-project.org/schema/dic/doctrine http://www.symfony-project.org/schema/dic/doctrine/doctrine-1.0.xsd"> http://symfony.com/schema/dic/doctrine http://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd">
<config> <config>
<orm> <orm>

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -27,7 +27,7 @@ class XMLSchemaTest extends \PHPUnit_Framework_TestCase
$dom->load($file); $dom->load($file);
$dbalElements = $dom->getElementsByTagNameNS("http://www.symfony-project.org/schema/dic/doctrine", "config"); $dbalElements = $dom->getElementsByTagNameNS("http://symfony.com/schema/dic/doctrine", "config");
if ($dbalElements->length) { if ($dbalElements->length) {
$dbalDom = new \DOMDocument('1.0', 'UTF-8'); $dbalDom = new \DOMDocument('1.0', 'UTF-8');
$dbalNode = $dbalDom->importNode($dbalElements->item(0)); $dbalNode = $dbalDom->importNode($dbalElements->item(0));
@ -38,7 +38,7 @@ class XMLSchemaTest extends \PHPUnit_Framework_TestCase
$found = true; $found = true;
} }
$ormElements = $dom->getElementsByTagNameNS("http://www.symfony-project.org/schema/dic/doctrine", "config"); $ormElements = $dom->getElementsByTagNameNS("http://symfony.com/schema/dic/doctrine", "config");
if ($ormElements->length) { if ($ormElements->length) {
$ormDom = new \DOMDocument('1.0', 'UTF-8'); $ormDom = new \DOMDocument('1.0', 'UTF-8');
$ormNode = $ormDom->importNode($ormElements->item(0)); $ormNode = $ormDom->importNode($ormElements->item(0));

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Configuration\Configuration;
/** /**
* Base class for Doctrine console commands to extend from. * Base class for Doctrine console commands to extend from.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
abstract class DoctrineCommand extends BaseCommand abstract class DoctrineCommand extends BaseCommand
{ {

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -20,7 +20,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand;
* Command for generate migration classes by comparing your current database schema * Command for generate migration classes by comparing your current database schema
* to your mapping information. * to your mapping information.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class MigrationsDiffDoctrineCommand extends DiffCommand class MigrationsDiffDoctrineCommand extends DiffCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\ExecuteCommand;
/** /**
* Command for executing single migrations up or down manually. * Command for executing single migrations up or down manually.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class MigrationsExecuteDoctrineCommand extends ExecuteCommand class MigrationsExecuteDoctrineCommand extends ExecuteCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\GenerateCommand;
/** /**
* Command for generating new blank migration classes * Command for generating new blank migration classes
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class MigrationsGenerateDoctrineCommand extends GenerateCommand class MigrationsGenerateDoctrineCommand extends GenerateCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\MigrateCommand;
/** /**
* Command for executing a migration to a specified version or the latest available version. * Command for executing a migration to a specified version or the latest available version.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class MigrationsMigrateDoctrineCommand extends MigrateCommand class MigrationsMigrateDoctrineCommand extends MigrateCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\StatusCommand;
/** /**
* Command to view the status of a set of migrations. * Command to view the status of a set of migrations.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class MigrationsStatusDoctrineCommand extends StatusCommand class MigrationsStatusDoctrineCommand extends StatusCommand

View File

@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
@ -19,7 +19,7 @@ use Doctrine\DBAL\Migrations\Tools\Console\Command\VersionCommand;
/** /**
* Command for manually adding and deleting migration versions from the version table. * Command for manually adding and deleting migration versions from the version table.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
* @author Jonathan H. Wage <jonwage@gmail.com> * @author Jonathan H. Wage <jonwage@gmail.com>
*/ */
class MigrationsVersionDoctrineCommand extends VersionCommand class MigrationsVersionDoctrineCommand extends VersionCommand

Some files were not shown because too many files have changed in this diff Show More