Documentation

Less_Tree_Selector extends Less_Tree
in package

Selector

Tags
subpackage

tree

Table of Contents

$_css  : mixed
$_oelements  : mixed
$_oelements_len  : mixed
$cache_string  : mixed
$cacheable  : mixed
$condition  : mixed
$currentFileInfo  : mixed
$elements  : mixed
$elements_len  : mixed
$evaldCondition  : mixed
$extendList  : mixed
$index  : mixed
$isReferenced  : mixed
$mediaEmpty  : mixed
$type  : mixed
__construct()  : mixed
__set_state()  : mixed
Requires php 5.3+
accept()  : mixed
CacheElements()  : mixed
compile()  : mixed
createDerived()  : mixed
genCSS()  : void
Generate CSS by adding it to the output object
getIsOutput()  : mixed
getIsReferenced()  : mixed
isJustParentSelector()  : mixed
markReferenced()  : mixed
match()  : mixed
outputRuleset()  : mixed
ReferencedArray()  : mixed
toCSS()  : mixed

Properties

$_oelements_len

public mixed $_oelements_len

$cache_string

public mixed $cache_string

$cacheable

public mixed $cacheable = rue

$currentFileInfo

public mixed $currentFileInfo = array()

$elements_len

public mixed $elements_len = 0

$evaldCondition

public mixed $evaldCondition = alse

$extendList

public mixed $extendList = array()

$isReferenced

public mixed $isReferenced

Methods

__construct()

public __construct(mixed $elements[, mixed $extendList = array() ][, mixed $condition = null ][, mixed $index = null ][, mixed $currentFileInfo = null ][, bool $isReferenced = null ]) : mixed
Parameters
$elements : mixed
$extendList : mixed = array()
$condition : mixed = null
$index : mixed = null
$currentFileInfo : mixed = null
$isReferenced : bool = null
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

CacheElements()

public CacheElements() : mixed
Return values
mixed

compile()

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

createDerived()

public createDerived(mixed $elements[, mixed $extendList = null ][, mixed $evaldCondition = null ]) : mixed
Parameters
$elements : mixed
$extendList : mixed = null
$evaldCondition : mixed = null
Return values
mixed

genCSS()

Generate CSS by adding it to the output object

public genCSS(mixed $output[, mixed $firstSelector = true ]) : void
Parameters
$output : mixed

The output

$firstSelector : mixed = true
Tags
see
Less_Tree::genCSS
Return values
void

getIsOutput()

public getIsOutput() : mixed
Return values
mixed

getIsReferenced()

public getIsReferenced() : mixed
Return values
mixed

isJustParentSelector()

public isJustParentSelector() : mixed
Return values
mixed

markReferenced()

public markReferenced() : mixed
Return values
mixed

match()

public match(mixed $other) : mixed
Parameters
$other : mixed
Return values
mixed

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

Search results