PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Style
<?php namespace Nextend\Framework\Style; use Nextend\Framework\Controller\Admin\AdminVisualManagerAjaxController; class ControllerAjaxStyle extends AdminVisualManagerAjaxController { protected $type = 'style'; public function getModel() { return new ModelStyle($this); } }
[-] StyleManager.php
[edit]
[+]
..
[+]
Block
[-] StyleStorage.php
[edit]
[-] StyleParser.php
[edit]
[-] ControllerAjaxStyle.php
[edit]
[-] ModelCss.php
[edit]
[-] Style.php
[edit]
[-] ModelStyle.php
[edit]
[-] StyleRenderer.php
[edit]