Documentation

Less_Tree_Mixin_Call extends Less_Tree
in package

Tree

Table of Contents

$arguments  : mixed
$cache_string  : mixed
$currentFileInfo  : mixed
$important  : mixed
$index  : mixed
$selector  : mixed
$type  : mixed
__construct()  : mixed
less.js: tree.mixin.Call
__set_state()  : mixed
Requires php 5.3+
accept()  : mixed
compile()  : mixed
genCSS()  : void
Generate CSS by adding it to the output object
outputRuleset()  : mixed
ReferencedArray()  : mixed
toCSS()  : mixed
Format()  : mixed
Format the args for use in exception messages
IsRecursive()  : bool
Are we in a recursive mixin call?

Properties

$arguments

public mixed $arguments

$cache_string

public mixed $cache_string

$currentFileInfo

public mixed $currentFileInfo

$important

public mixed $important

$index

public mixed $index

$selector

public mixed $selector

$type

public mixed $type = 'MixinCall'

Methods

__construct()

less.js: tree.mixin.Call

public __construct(mixed $elements, mixed $args, mixed $index, mixed $currentFileInfo[, mixed $important = false ]) : mixed
Parameters
$elements : mixed
$args : mixed
$index : mixed
$currentFileInfo : mixed
$important : mixed = false
Return values
mixed

__set_state()

Requires php 5.3+

public static __set_state(mixed $args) : mixed
Parameters
$args : mixed
Return values
mixed

accept()

public accept(mixed $visitor) : mixed
Parameters
$visitor : mixed
Return values
mixed

compile()

public compile(mixed $env) : mixed
Parameters
$env : mixed
Return values
mixed

genCSS()

Generate CSS by adding it to the output object

public genCSS(Less_Output $output) : void
Parameters
$output : Less_Output

The output

Return values
void

outputRuleset()

public static outputRuleset(mixed $output, array<string|int, Less_Tree_Ruleset$rules) : mixed
Parameters
$output : mixed
$rules : array<string|int, Less_Tree_Ruleset>
Return values
mixed

ReferencedArray()

public static ReferencedArray(mixed $rules) : mixed
Parameters
$rules : mixed
Return values
mixed

toCSS()

public toCSS() : mixed
Return values
mixed

Format()

Format the args for use in exception messages

private Format(mixed $args) : mixed
Parameters
$args : mixed
Return values
mixed

IsRecursive()

Are we in a recursive mixin call?

private IsRecursive(mixed $env, mixed $mixin) : bool
Parameters
$env : mixed
$mixin : mixed
Return values
bool

Search results