Skip to content

Commit

Permalink
Release 1.9.0 and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-motorny-amasty committed Aug 11, 2023
1 parent 40191f0 commit bd4f6b8
Show file tree
Hide file tree
Showing 287 changed files with 1,892 additions and 62 deletions.
5 changes: 5 additions & 0 deletions Api/ActionInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api;

Expand Down
5 changes: 5 additions & 0 deletions Api/ChunkStorageInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api;

Expand Down
5 changes: 5 additions & 0 deletions Api/CollectionModifierInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Entity/Field/ActionInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Entity\Field;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Entity/Field/FieldInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Entity\Field;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Entity/Field/FilterInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Entity\Field;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Entity/Field/VirtualFieldInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Entity\Field;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Entity/FieldsConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Entity;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Entity/SubEntityCollectorInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Entity;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/EntityConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Profile/FieldFilterInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Profile;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Profile/FieldInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Profile;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Profile/FieldsConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Profile;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Profile/ModifierInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Profile;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/ProfileConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config;

Expand Down
5 changes: 5 additions & 0 deletions Api/Config/Relation/RelationInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Config\Relation;

Expand Down
5 changes: 5 additions & 0 deletions Api/ExportProcessInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api;

Expand Down
5 changes: 5 additions & 0 deletions Api/ExportResultInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api;

Expand Down
5 changes: 5 additions & 0 deletions Api/FieldModifier/FieldModifierInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\FieldModifier;

Expand Down
5 changes: 5 additions & 0 deletions Api/FileDestination/FileDestinationConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\FileDestination;

Expand Down
5 changes: 5 additions & 0 deletions Api/FileDestination/FileDestinationInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\FileDestination;

Expand Down
5 changes: 5 additions & 0 deletions Api/FileDestination/FileDestinationMetaInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\FileDestination;

Expand Down
5 changes: 5 additions & 0 deletions Api/Filter/FilterConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Filter;

Expand Down
5 changes: 5 additions & 0 deletions Api/Filter/FilterInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Filter;

Expand Down
5 changes: 5 additions & 0 deletions Api/Filter/FilterMetaInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Filter;

Expand Down
5 changes: 5 additions & 0 deletions Api/FormInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api;

Expand Down
5 changes: 5 additions & 0 deletions Api/PostProcessing/PostProcessingConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\PostProcessing;

Expand Down
5 changes: 5 additions & 0 deletions Api/PostProcessing/ProcessorInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\PostProcessing;

Expand Down
5 changes: 5 additions & 0 deletions Api/Template/RendererInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Template;

Expand Down
5 changes: 5 additions & 0 deletions Api/Template/TemplateConfigInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\Template;

Expand Down
5 changes: 5 additions & 0 deletions Api/VirtualField/GeneratorInterface.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Api\VirtualField;

Expand Down
5 changes: 5 additions & 0 deletions Console/Command/Operation/RunJob.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Console\Command\Operation;

Expand Down
5 changes: 5 additions & 0 deletions Console/Command/RunJob.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Console\Command;

Expand Down
5 changes: 5 additions & 0 deletions Controller/Adminhtml/Export/Cancel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Controller\Adminhtml\Export;

Expand Down
5 changes: 5 additions & 0 deletions Controller/Adminhtml/Export/Download.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Controller\Adminhtml\Export;

Expand Down
5 changes: 5 additions & 0 deletions Controller/Adminhtml/Export/Export.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Controller\Adminhtml\Export;

Expand Down
5 changes: 5 additions & 0 deletions Controller/Adminhtml/Export/Index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/

namespace Amasty\ExportCore\Controller\Adminhtml\Export;

Expand Down
Loading

0 comments on commit bd4f6b8

Please sign in to comment.