__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Nextend\Framework\Asset\Js;
use Nextend\Framework\Asset\AbstractCache;
use Nextend\Framework\Cache\Manifest;
class Cache extends AbstractCache {
public $outputFileType = "js";
/**
* @param Manifest $cache
*
* @return string
*/
public function getCachedContent($cache) {
$content = '(function(){this._N2=this._N2||{_r:[],_d:[],r:function(){this._r.push(arguments)},d:function(){this._d.push(arguments)}}}).call(window);';
$content .= parent::getCachedContent($cache);
$content .= "_N2.d('" . $this->group . "');";
return $content;
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Asset.php | File | 3.81 KB | 0664 |
|
| Cache.php | File | 624 B | 0664 |
|
| Js.php | File | 1.64 KB | 0664 |
|