Less_Environment
in package
Environment
Tags
Table of Contents
- $_outputMap : mixed
- $currentFileInfo : mixed
- $frames : array<string|int, mixed>
- $functions : array<string|int, mixed>
- $importMultiple : mixed
- $lastRule : mixed
- $mediaBlocks : array<string|int, mixed>
- $mediaPath : array<string|int, mixed>
- $mixin_stack : mixed
- $parensStack : mixed
- $tabLevel : mixed
- copyEvalEnv() : mixed
- Init() : mixed
- isMathOn() : mixed
- isPathRelative() : mixed
- normalizePath() : string
- Canonicalize a path by resolving references to '/./', '/../' Does not remove leading "../"
- shiftFrame() : mixed
- unshiftFrame() : mixed
Properties
$_outputMap
public
static mixed
$_outputMap
$currentFileInfo
public
mixed
$currentFileInfo
$frames
public
array<string|int, mixed>
$frames
= array()
$functions
public
array<string|int, mixed>
$functions
= array()
$importMultiple
public
mixed
$importMultiple
= alse
$lastRule
public
static mixed
$lastRule
= alse
$mediaBlocks
public
array<string|int, mixed>
$mediaBlocks
= array()
$mediaPath
public
array<string|int, mixed>
$mediaPath
= array()
$mixin_stack
public
static mixed
$mixin_stack
= 0
$parensStack
public
static mixed
$parensStack
= 0
$tabLevel
public
static mixed
$tabLevel
= 0
Methods
copyEvalEnv()
public
copyEvalEnv([mixed $frames = array() ]) : mixed
Parameters
- $frames : mixed = array()
Return values
mixed —Init()
public
Init() : mixed
Return values
mixed —isMathOn()
public
static isMathOn() : mixed
Return values
mixed —isPathRelative()
public
static isPathRelative(mixed $path) : mixed
Parameters
- $path : mixed
Return values
mixed —normalizePath()
Canonicalize a path by resolving references to '/./', '/../' Does not remove leading "../"
public
static normalizePath(mixed $path) : string
Parameters
- $path : mixed
Return values
string —Canonicalized path
shiftFrame()
public
shiftFrame() : mixed
Return values
mixed —unshiftFrame()
public
unshiftFrame(mixed $frame) : mixed
Parameters
- $frame : mixed