This commit is contained in:
Xes
2025-08-14 22:41:49 +02:00
parent 2de81ccc46
commit 8ce45119b6
39774 changed files with 4309466 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\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
{
}
}