__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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\Pattern;
use Nextend\Framework\Plugin;
trait VisualManagerTrait {
/** @var MVCHelperTrait */
protected $MVCHelper;
/**
* StyleManager constructor.
*
* @param MVCHelperTrait $MVCHelper
*/
public function __construct($MVCHelper) {
$this->MVCHelper = $MVCHelper;
Plugin::addAction('afterApplicationContent', array(
$this,
'display'
));
}
public abstract function display();
/**
* @param MVCHelperTrait $MVCHelper
*/
public static function enqueue($MVCHelper) {
static $enqueued;
if (!$enqueued) {
new self($MVCHelper);
$enqueued = true;
}
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| GetAssetsPathTrait.php | File | 401 B | 0664 |
|
| GetPathTrait.php | File | 247 B | 0664 |
|
| MVCHelperTrait.php | File | 1.77 KB | 0664 |
|
| OrderableTrait.php | File | 597 B | 0664 |
|
| PluggableFactoryTrait.php | File | 488 B | 0664 |
|
| PluggableTrait.php | File | 220 B | 0664 |
|
| SingletonTrait.php | File | 451 B | 0664 |
|
| VisualManagerTrait.php | File | 746 B | 0664 |
|