Less_Tree_Call
extends Less_Tree
in package
Call
Tags
Table of Contents
- $args : mixed
- $cache_string : mixed
- $currentFileInfo : mixed
- $index : mixed
- $name : mixed
- $type : mixed
- $value : mixed
- __construct() : mixed
- __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
Properties
$args
public
mixed
$args
$cache_string
public
mixed
$cache_string
$currentFileInfo
public
mixed
$currentFileInfo
$index
public
mixed
$index
$name
public
mixed
$name
$type
public
mixed
$type
= 'Call'
$value
public
mixed
$value
Methods
__construct()
public
__construct(mixed $name, mixed $args, mixed $index[, mixed $currentFileInfo = null ]) : mixed
Parameters
- $name : mixed
- $args : mixed
- $index : mixed
- $currentFileInfo : mixed = 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 —compile()
public
compile([mixed $env = null ]) : mixed
Parameters
- $env : mixed = null
Return values
mixed —genCSS()
Generate CSS by adding it to the output object
public
genCSS(mixed $output) : void
Parameters
- $output : mixed
-
The output
Tags
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