Less_Output
in package
Parser output
Tags
Table of Contents
- $strs : string
- Output holder
- add() : mixed
- Adds a chunk to the stack
- isEmpty() : bool
- Is the output empty?
- toString() : string
- Converts the output to string
Properties
$strs
Output holder
protected
string
$strs
= array()
Methods
add()
Adds a chunk to the stack
public
add(string $chunk[, Less_FileInfo $fileInfo = null ], int $index[, mixed $mapLines = null ]) : mixed
Parameters
- $chunk : string
-
The chunk to output
- $fileInfo : Less_FileInfo = null
-
The file information
- $index : int
-
The index
- $mapLines : mixed = null
Return values
mixed —isEmpty()
Is the output empty?
public
isEmpty() : bool
Return values
bool —toString()
Converts the output to string
public
toString() : string