PHP Class FOF30\Less\Formatter\Classic
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
ファイルを表示
Open project: akeeba/fof
Public Properties
Public Methods
Protected Methods
Method |
Description |
|
isEmpty ( stdClass $block ) : boolean |
Is a block empty? |
|
Method Details
__construct()
public method
public block ( stdClass $block ) : void |
$block |
stdClass |
The block definition to output |
return |
void |
|
indentStr()
public method
Indent a string by $n positions
isEmpty()
protected method
protected isEmpty ( stdClass $block ) : boolean |
$block |
stdClass |
The block to check |
return |
boolean |
True if the block has no lines or children |
Return the code for a property
Property Details
$assignSeparator public_oe property
$break public_oe property
$breakSelectors public_oe property
$close public_oe property
$closeSingle public_oe property
$compressColors public_oe property
$disableSingle public_oe property
$indentChar public_oe property
$openSingle public_oe property
$selectorSeparator public_oe property
public $selectorSeparator |