change file header
This commit is contained in:
parent
09584120f5
commit
7db0b86772
@ -1,29 +1,38 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$finder = PhpCsFixer\Finder::create()
|
$finder = PhpCsFixer\Finder::create()
|
||||||
->in(__DIR__);
|
->in(__DIR__);
|
||||||
|
|
||||||
|
$fileHeaderComment = <<<EOF
|
||||||
|
For the full copyright and license information, please view the LICENSE
|
||||||
|
file that was distributed with this source code.
|
||||||
|
|
||||||
|
@copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
|
@copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
|
@copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
|
@author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
|
@link https://www.oxidmodule.com
|
||||||
|
EOF;
|
||||||
|
|
||||||
$config = new PhpCsFixer\Config();
|
$config = new PhpCsFixer\Config();
|
||||||
return $config
|
return $config
|
||||||
->setRules([
|
->setRules([
|
||||||
|
'header_comment' => [
|
||||||
|
'header' => $fileHeaderComment,
|
||||||
|
'comment_type' => 'PHPDoc',
|
||||||
|
'location' => 'after_open'
|
||||||
|
],
|
||||||
'@PHP80Migration' => true,
|
'@PHP80Migration' => true,
|
||||||
'@PSR12' => true
|
'@PSR12' => true
|
||||||
])
|
])
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// @codeCoverageIgnoreStart
|
// @codeCoverageIgnoreStart
|
||||||
|
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// @codeCoverageIgnoreStart
|
// @codeCoverageIgnoreStart
|
||||||
|
22
metadata.php
22
metadata.php
@ -1,22 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file is part of O3-Shop TinyMCE editor module.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* @copyright (C) 2022 Marat Bedoev, bestlife AG
|
||||||
* it under the terms of the GNU General Public License as published by
|
* @copyright (C) 2023 O3-Shop (https://www.o3-shop.com)
|
||||||
* the Free Software Foundation, version 3.
|
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||||||
*
|
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
|
||||||
* This program is distributed in the hope that it will be useful, but
|
* @link https://www.oxidmodule.com
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with O3-Shop. If not, see <http://www.gnu.org/licenses/>
|
|
||||||
*
|
|
||||||
* @copyright Copyright (c) 2022 Marat Bedoev, bestlife AG
|
|
||||||
* @copyright Copyright (c) 2023 O3-Shop (https://www.o3-shop.com)
|
|
||||||
* @license https://www.gnu.org/licenses/gpl-3.0 GNU General Public License 3 (GPLv3)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
Loading…
Reference in New Issue
Block a user