Файловый менеджер - Редактировать - /home/lmsyaran/public_html/libraries/gantry5/classes/Gantry/Component/Stylesheet/CssCompilerInterface.php
Назад
<?php /** * @package Gantry5 * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC * @license Dual License: MIT or GNU/GPLv2 and later * * http://opensource.org/licenses/MIT * http://www.gnu.org/licenses/gpl-2.0.html * * Gantry Framework code that extends GPL code is considered GNU/GPLv2 and later */ namespace Gantry\Component\Stylesheet; interface CssCompilerInterface { /** * @return array */ public function getWarnings(); /** * @return string */ public function getTarget(); /** * @param string $target * @return $this */ public function setTarget($target = null); /** * @param string $configuration * @return $this */ public function setConfiguration($configuration = null); /** * @param array $paths * @return $this */ public function setPaths(array $paths = null); /** * @param array $files * @return $this */ public function setFiles(array $files = null); /** * @param array $fonts * @return $this */ public function setFonts(array $fonts); /** * @param string $name * @return string */ public function getCssUrl($name); public function getVariables(); public function setVariables(array $variables); public function registerFunction($name, callable $callback); public function unregisterFunction($name); public function needsCompile($in, $variables); public function compileFile($in); /** * @return $this */ public function reset(); /** * @return $this */ public function compileAll(); public function resetCache(); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка