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\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
{
}
}