\Less_Tree_Mixin_Call

Tree

Summary

Methods
Properties
Constants
toCSS()
genCSS()
outputRuleset()
accept()
ReferencedArray()
__set_state()
__construct()
compile()
$cache_string
$selector
$arguments
$index
$currentFileInfo
$important
$type
No constants found
No protected methods found
No protected properties found
N/A
Format()
IsRecursive()
No private properties found
N/A

Properties

$cache_string

$cache_string : 

Type

$selector

$selector : 

Type

$arguments

$arguments : 

Type

$index

$index : 

Type

$currentFileInfo

$currentFileInfo : 

Type

$important

$important : 

Type

$type

$type : 

Type

Methods

toCSS()

toCSS() 

genCSS()

genCSS(\Less_Output  $output) : void

Generate CSS by adding it to the output object

Parameters

\Less_Output $output

The output

outputRuleset()

outputRuleset(  $output, array<mixed,\Less_Tree_Ruleset>  $rules) 

Parameters

$output
array<mixed,\Less_Tree_Ruleset> $rules

accept()

accept(  $visitor) 

Parameters

$visitor

ReferencedArray()

ReferencedArray(  $rules) 

Parameters

$rules

__set_state()

__set_state(  $args) 

Requires php 5.3+

Parameters

$args

__construct()

__construct(  $elements,   $args,   $index,   $currentFileInfo,   $important = false) 

less.js: tree.mixin.Call

Parameters

$elements
$args
$index
$currentFileInfo
$important

compile()

compile(  $env) 

Parameters

$env

Format()

Format(  $args) 

Format the args for use in exception messages

Parameters

$args

IsRecursive()

IsRecursive(  $env,   $mixin) : boolean

Are we in a recursive mixin call?

Parameters

$env
$mixin

Returns

boolean