| Current Path : /home/eolienneia/www/plugins/system/advancedmodules/src/ |
| Current File : /home/eolienneia/www/plugins/system/advancedmodules/src/Clean.php |
<?php
/**
* @package Advanced Module Manager
* @version 7.12.6
*
* @author Peter van Westen <info@regularlabs.com>
* @link http://www.regularlabs.com
* @copyright Copyright © 2020 Regular Labs All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
namespace RegularLabs\Plugin\System\AdvancedModules;
defined('_JEXEC') or die;
use RegularLabs\Library\RegEx as RL_RegEx;
class Clean
{
/**
* Just in case you can't figure the method name out: this cleans the left-over junk
*/
public static function cleanLeftoverJunk(&$string)
{
}
}