Less_Tree_Extend
extends Less_Tree
in package
Extend
Tags
Table of Contents
- $allowAfter : mixed
- $allowBefore : mixed
- $cache_string : mixed
- $firstExtendOnThisSelectorPath : mixed
- $index : mixed
- $object_id : mixed
- $option : mixed
- $parent_ids : mixed
- $ruleset : mixed
- $selector : mixed
- $selfSelectors : mixed
- $type : mixed
- __construct() : mixed
- __set_state() : mixed
- Requires php 5.3+
- accept() : mixed
- compile() : mixed
- findSelfSelectors() : mixed
- genCSS() : void
- Generate CSS by adding it to the output object
- outputRuleset() : mixed
- ReferencedArray() : mixed
- toCSS() : mixed
Properties
$allowAfter
public
mixed
$allowAfter
$allowBefore
public
mixed
$allowBefore
$cache_string
public
mixed
$cache_string
$firstExtendOnThisSelectorPath
public
mixed
$firstExtendOnThisSelectorPath
$index
public
mixed
$index
$object_id
public
mixed
$object_id
$option
public
mixed
$option
$parent_ids
public
mixed
$parent_ids
= array()
$ruleset
public
mixed
$ruleset
$selector
public
mixed
$selector
$selfSelectors
public
mixed
$selfSelectors
= array()
$type
public
mixed
$type
= 'Extend'
Methods
__construct()
public
__construct(mixed $selector, mixed $option, int $index) : mixed
Parameters
- $selector : mixed
- $option : mixed
- $index : int
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 —findSelfSelectors()
public
findSelfSelectors(mixed $selectors) : mixed
Parameters
- $selectors : 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