File manager - Edit - /home/ferretapmx/public_html/plugins/system/helixultimate/vendor/scssphp/scssphp/src/Ast/Css/CssImport.php
Back
<?php /** * SCSSPHP * * @copyright 2012-2020 Leaf Corcoran * * @license http://opensource.org/licenses/MIT MIT * * @link http://scssphp.github.io/scssphp */ namespace ScssPhp\ScssPhp\Ast\Css; /** * A plain CSS `@import`. * * @internal */ interface CssImport extends CssNode { /** * The URL being imported. * * This includes quotes. * * @return CssValue<string> */ public function getUrl(): CssValue; /** * The modifiers (such as media or supports queries) attached to this import. * * @return CssValue<string>|null */ public function getModifiers(): ?CssValue; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings