芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/status.pulsehost.co.uk/vendor/scssphp/scssphp/src/Compiler/Environment.php
* * @internal */ class Environment { /** * @var \ScssPhp\ScssPhp\Block|null */ public $block; /** * @var \ScssPhp\ScssPhp\Compiler\Environment|null */ public $parent; /** * @var Environment|null */ public $declarationScopeParent; /** * @var Environment|null */ public $parentStore; /** * @var array|null */ public $selectors; /** * @var string|null */ public $marker; /** * @var array */ public $store; /** * @var array */ public $storeUnreduced; /** * @var int */ public $depth; }