Your IP : 216.73.216.218


Current Path : /home/antonen/poznajlitwe.lt/libraries/nextend2/nextend/library/libraries/fonts/
Upload File :
Current File : //home/antonen/poznajlitwe.lt/libraries/nextend2/nextend/library/libraries/fonts/service.php

<?php

abstract class N2FontServiceAbstract {

    protected $name;

    public abstract function getLabel();

    /**
     * @return string
     */
    public function getName() {
        return $this->name;
    }

    public function onFontManagerLoad($force = false) {

    }

    public function onFontManagerLoadBackend() {
    }
}