\Less_Output

Parser output

Summary

Methods
Properties
Constants
add()
isEmpty()
toString()
No public properties found
No constants found
No protected methods found
$strs
N/A
No private methods found
No private properties found
N/A

Properties

$strs

$strs : string

Output holder

Type

string

Methods

add()

add(string  $chunk, \Less_FileInfo  $fileInfo = null, integer  $index, mixed  $mapLines = null) 

Adds a chunk to the stack

Parameters

string $chunk

The chunk to output

\Less_FileInfo $fileInfo

The file information

integer $index

The index

mixed $mapLines

isEmpty()

isEmpty() : boolean

Is the output empty?

Returns

boolean

toString()

toString() : string

Converts the output to string

Returns

string