Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Bridge\Symfony\Bundle;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\SonataExporterBundle', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\SonataExporterBundle class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\SonataExporterBundle instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\SonataExporterBundle',
__NAMESPACE__.'\SonataExporterBundle'
);
if (false) {
final class SonataExporterBundle extends \Sonata\Exporter\Bridge\Symfony\Bundle\SonataExporterBundle
{
}
}

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Bridge\Symfony\DependencyInjection\Compiler;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\ExporterCompilerPass', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\ExporterCompilerPass class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\ExporterCompilerPass instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\ExporterCompilerPass',
__NAMESPACE__.'\ExporterCompilerPass'
);
if (false) {
/**
* @deprecated since version 1.x, to be removed in 2.0.
*/
final class ExporterCompilerPass extends \Sonata\Exporter\Bridge\Symfony\DependencyInjection\Compiler\ExporterCompilerPass
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Bridge\Symfony\DependencyInjection;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\Configuration', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\Configuration class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\Configuration instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\Configuration',
__NAMESPACE__.'\Configuration'
);
if (false) {
final class Configuration extends \Sonata\Exporter\Bridge\Symfony\DependencyInjection\Configuration
{
}
}

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Bridge\Symfony\DependencyInjection;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\SonataExporterExtension', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\SonataExporterExtension class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\SonataExporterExtension instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\SonataExporterExtension',
__NAMESPACE__.'\SonataExporterExtension'
);
if (false) {
/**
* @deprecated since version 1.x, to be removed in 2.0.
*/
final class SonataExporterExtension extends \Sonata\Exporter\Bridge\Symfony\DependencyInjection\SonataExporterExtension
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Exception;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\InvalidDataFormatException', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\InvalidDataFormatException class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\InvalidDataFormatException instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\InvalidDataFormatException',
__NAMESPACE__.'\InvalidDataFormatException'
);
if (false) {
class InvalidDataFormatException extends \Sonata\Exporter\Exception\InvalidDataFormatException
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Exception;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\InvalidMethodCallException', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\InvalidMethodCallException class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\InvalidMethodCallException instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\InvalidMethodCallException',
__NAMESPACE__.'\InvalidMethodCallException'
);
if (false) {
class InvalidMethodCallException extends \Sonata\Exporter\Exception\InvalidMethodCallException
{
}
}

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\Exporter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\Exporter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\Exporter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\Exporter',
__NAMESPACE__.'\Exporter'
);
if (false) {
/**
* @deprecated since version 1.x, to be removed in 2.0.
*/
final class Exporter
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\Handler', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\Handler class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\Handler instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\Handler',
__NAMESPACE__.'\Handler'
);
if (false) {
class Handler extends \Sonata\Exporter\Handler
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\AbstractXmlSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\AbstractXmlSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\AbstractXmlSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\AbstractXmlSourceIterator',
__NAMESPACE__.'\AbstractXmlSourceIterator'
);
if (false) {
abstract class AbstractXmlSourceIterator extends \Sonata\Exporter\Source\AbstractXmlSourceIterator
{
}
}

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\ArraySourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\ArraySourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\ArraySourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\ArraySourceIterator',
__NAMESPACE__.'\ArraySourceIterator'
);
if (false) {
/**
* @deprecated since version 1.x, to be removed in 2.0.
*/
class ArraySourceIterator extends \Sonata\Exporter\Source\ArraySourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\ChainSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\ChainSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\ChainSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\ChainSourceIterator',
__NAMESPACE__.'\ChainSourceIterator'
);
if (false) {
class ChainSourceIterator extends \Sonata\Exporter\Source\ChainSourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\CsvSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\CsvSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\CsvSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\CsvSourceIterator',
__NAMESPACE__.'\CsvSourceIterator'
);
if (false) {
class CsvSourceIterator extends \Sonata\Exporter\Source\CsvSourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\DoctrineDBALConnectionSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\DoctrineDBALConnectionSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\DoctrineDBALConnectionSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\DoctrineDBALConnectionSourceIterator',
__NAMESPACE__.'\DoctrineDBALConnectionSourceIterator'
);
if (false) {
class DoctrineDBALConnectionSourceIterator extends \Sonata\Exporter\Source\DoctrineDBALConnectionSourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\DoctrineODMQuerySourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\DoctrineODMQuerySourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\DoctrineODMQuerySourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\DoctrineODMQuerySourceIterator',
__NAMESPACE__.'\DoctrineODMQuerySourceIterator'
);
if (false) {
class DoctrineODMQuerySourceIterator extends \Sonata\Exporter\Source\DoctrineODMQuerySourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\DoctrineORMQuerySourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\DoctrineORMQuerySourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\DoctrineORMQuerySourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\DoctrineORMQuerySourceIterator',
__NAMESPACE__.'\DoctrineORMQuerySourceIterator'
);
if (false) {
class DoctrineORMQuerySourceIterator extends \Sonata\Exporter\Source\DoctrineORMQuerySourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\IteratorCallbackSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\IteratorCallbackSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\IteratorCallbackSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\IteratorCallbackSourceIterator',
__NAMESPACE__.'\IteratorCallbackSourceIterator'
);
if (false) {
class IteratorCallbackSourceIterator extends \Sonata\Exporter\Source\IteratorCallbackSourceIterator
{
}
}

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\IteratorSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\IteratorSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\IteratorSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\IteratorSourceIterator',
__NAMESPACE__.'\IteratorSourceIterator'
);
if (false) {
/**
* @deprecated since version 1.x, to be removed in 2.0.
*/
class IteratorSourceIterator extends \Sonata\Exporter\Source\IteratorSourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\PDOStatementSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\PDOStatementSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\PDOStatementSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\PDOStatementSourceIterator',
__NAMESPACE__.'\PDOStatementSourceIterator'
);
if (false) {
class PDOStatementSourceIterator extends \Sonata\Exporter\Source\PDOStatementSourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\PropelCollectionSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\PropelCollectionSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\PropelCollectionSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\PropelCollectionSourceIterator',
__NAMESPACE__.'\PropelCollectionSourceIterator'
);
if (false) {
class PropelCollectionSourceIterator extends \Sonata\Exporter\Source\PropelCollectionSourceIterator
{
}
}

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!interface_exists('\Sonata\\'.__NAMESPACE__.'\SourceIteratorInterface', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\SourceIteratorInterface class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\SourceIteratorInterface instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\SourceIteratorInterface',
__NAMESPACE__.'\SourceIteratorInterface'
);
if (false) {
/**
* @deprecated since version 1.x, to be removed in 2.0.
*/
interface SourceIteratorInterface extends \Sonata\Exporter\Source\SourceIteratorInterface
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\SymfonySitemapSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\SymfonySitemapSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\SymfonySitemapSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\SymfonySitemapSourceIterator',
__NAMESPACE__.'\SymfonySitemapSourceIterator'
);
if (false) {
class SymfonySitemapSourceIterator extends \Sonata\Exporter\Source\SymfonySitemapSourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\XmlExcelSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\XmlExcelSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\XmlExcelSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\XmlExcelSourceIterator',
__NAMESPACE__.'\XmlExcelSourceIterator'
);
if (false) {
class XmlExcelSourceIterator extends \Sonata\Exporter\Source\XmlExcelSourceIterator
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Source;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\XmlSourceIterator', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\XmlSourceIterator class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\XmlSourceIterator instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\XmlSourceIterator',
__NAMESPACE__.'\XmlSourceIterator'
);
if (false) {
class XmlSourceIterator extends \Sonata\Exporter\Source\XmlSourceIterator
{
}
}

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Test;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\AbstractTypedWriterTestCase', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\AbstractTypedWriterTestCase class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\AbstractTypedWriterTestCase instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\AbstractTypedWriterTestCase',
__NAMESPACE__.'\AbstractTypedWriterTestCase'
);
if (false) {
/**
* @deprecated since version 1.x, to be removed in 2.0.
*/
abstract class AbstractTypedWriterTestCase extends \Sonata\Exporter\Test\AbstractTypedWriterTestCase
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\CsvWriter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\CsvWriter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\CsvWriter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\CsvWriter',
__NAMESPACE__.'\CsvWriter'
);
if (false) {
class CsvWriter extends \Sonata\Exporter\Writer\CsvWriter
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\CsvWriterTerminate', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\CsvWriterTerminate class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\CsvWriterTerminate instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\CsvWriterTerminate',
__NAMESPACE__.'\CsvWriterTerminate'
);
if (false) {
final class CsvWriterTerminate extends \Sonata\Exporter\Writer\CsvWriterTerminate
{
}
}

View File

@@ -0,0 +1,30 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\FormattedBoolWriter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\FormattedBoolWriter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\FormattedBoolWriter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\FormattedBoolWriter',
__NAMESPACE__.'\FormattedBoolWriter'
);
if (false) {
class FormattedBoolWriter extends \Sonata\Exporter\Writer\FormattedBoolWriter
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\GsaFeedWriter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\GsaFeedWriter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\GsaFeedWriter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\GsaFeedWriter',
__NAMESPACE__.'\GsaFeedWriter'
);
if (false) {
class GsaFeedWriter extends \Sonata\Exporter\Writer\GsaFeedWriter
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\InMemoryWriter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\InMemoryWriter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\InMemoryWriter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\InMemoryWriter',
__NAMESPACE__.'\InMemoryWriter'
);
if (false) {
class InMemoryWriter extends \Sonata\Exporter\Writer\InMemoryWriter
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\JsonWriter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\JsonWriter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\JsonWriter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\JsonWriter',
__NAMESPACE__.'\JsonWriter'
);
if (false) {
class JsonWriter extends \Sonata\Exporter\Writer\JsonWriter
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\SitemapWriter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\SitemapWriter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\SitemapWriter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\SitemapWriter',
__NAMESPACE__.'\SitemapWriter'
);
if (false) {
class SitemapWriter extends \Sonata\Exporter\Writer\SitemapWriter
{
}
}

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!interface_exists('\Sonata\\'.__NAMESPACE__.'\TypedWriterInterface', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\TypedWriterInterface class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\TypedWriterInterface instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\TypedWriterInterface',
__NAMESPACE__.'\TypedWriterInterface'
);
if (false) {
/**
* @deprecated since version 1.x, to be removed in 2.0.
*/
interface TypedWriterInterface extends \Sonata\Exporter\Writer\TypedWriterInterface
{
}
}

View File

@@ -0,0 +1,34 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!interface_exists('\Sonata\\'.__NAMESPACE__.'\WriterInterface', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\WriterInterface class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\WriterInterface instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\WriterInterface',
__NAMESPACE__.'\WriterInterface'
);
if (false) {
/**
* @deprecated since version 1.x, to be removed in 2.0.
*/
interface WriterInterface extends Exporter\Writer
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\XlsWriter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\XlsWriter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\XlsWriter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\XlsWriter',
__NAMESPACE__.'\XlsWriter'
);
if (false) {
class XlsWriter extends \Sonata\Exporter\Writer\XlsWriter
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\XmlExcelWriter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\XmlExcelWriter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\XmlExcelWriter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\XmlExcelWriter',
__NAMESPACE__.'\XmlExcelWriter'
);
if (false) {
class XmlExcelWriter extends \Sonata\Exporter\Writer\XmlExcelWriter
{
}
}

View File

@@ -0,0 +1,31 @@
<?php
/*
* This file is part of the Sonata Project package.
*
* (c) Thomas Rabaix <thomas.rabaix@sonata-project.org>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Exporter\Writer;
if (!class_exists('\Sonata\\'.__NAMESPACE__.'\XmlWriter', false)) {
@trigger_error(
'The '.__NAMESPACE__.'\XmlWriter class is deprecated since version 1.x and will be removed in 2.0.'
.' Use \Sonata\\'.__NAMESPACE__.'\XmlWriter instead',
E_USER_DEPRECATED
);
}
class_alias(
'\Sonata\\'.__NAMESPACE__.'\XmlWriter',
__NAMESPACE__.'\XmlWriter'
);
if (false) {
class XmlWriter extends \Sonata\Exporter\Writer\XmlWriter
{
}
}