PATH:
home
/
centosnipponia
/
public_html
/
sweetrich
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Font
<?php namespace Nextend\Framework\Font; use Nextend\Framework\Form\ContainerInterface; abstract class AbstractFontSource { protected $name; public abstract function getLabel(); /** * @return string */ public function getName() { return $this->name; } public function onFontManagerLoad($force = false) { } public function onFontManagerLoadBackend() { } /** * @param ContainerInterface $container */ abstract public function renderFields($container); }
[+]
..
[+]
Block
[+]
Sources
[-] AbstractFontSource.php
[edit]
[-] ControllerAjaxFont.php
[edit]
[-] FontManager.php
[edit]
[-] FontParser.php
[edit]
[-] FontRenderer.php
[edit]
[-] FontSettings.php
[edit]
[-] FontSources.php
[edit]
[-] FontStorage.php
[edit]
[-] FontStyle.php
[edit]
[-] ModelFont.php
[edit]
[-] .htaccess.disabled
[edit]