PHP Class FOF30\Less\Formatter\Compressed

lessphp v0.3.9 http://leafo.net/lessphp LESS css compiler, adapted from http://lesscss.org Copyright 2012, Leaf Corcoran Licensed under MIT or GPLv3, see LICENSE
Since: 2.0
Inheritance: extends Classic
Datei anzeigen Open project: akeeba/fof

Public Properties

Property Type Description
$assignSeparator
$break
$compressColors
$disableSingle
$open
$selectorSeparator

Public Methods

Method Description
indentStr ( integer $n ) : string Indent a string by $n positions

Method Details

indentStr() public method

Indent a string by $n positions
public indentStr ( integer $n ) : string
$n integer How many positions to indent
return string The indented string

Property Details

$assignSeparator public_oe property

public $assignSeparator

$break public_oe property

public $break

$compressColors public_oe property

public $compressColors

$disableSingle public_oe property

public $disableSingle

$open public_oe property

public $open

$selectorSeparator public_oe property

public $selectorSeparator