PATH:
home
/
lab2454c
/
incforce.com
/
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); }
[-] FontStyle.php
[edit]
[-] FontStorage.php
[edit]
[-] ModelFont.php
[edit]
[+]
..
[-] FontRenderer.php
[edit]
[-] AbstractFontSource.php
[edit]
[-] ControllerAjaxFont.php
[edit]
[+]
Block
[-] FontSettings.php
[edit]
[-] FontSources.php
[edit]
[-] FontParser.php
[edit]
[-] FontManager.php
[edit]
[+]
Sources