Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Font
:
ControllerAjaxFont.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Nextend\Framework\Font; use Nextend\Framework\Controller\Admin\AdminVisualManagerAjaxController; class ControllerAjaxFont extends AdminVisualManagerAjaxController { protected $type = 'font'; public function getModel() { return new ModelFont($this); } }