PHP 클래스 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
부터: 2.0
파일 보기 프로젝트 열기: akeeba/fof

공개 프로퍼티들

프로퍼티 타입 설명
$assignSeparator
$break
$breakSelectors
$close
$closeSingle
$compressColors
$disableSingle
$indentChar
$open
$openSingle
$selectorSeparator

공개 메소드들

메소드 설명
__construct ( ) Public constructor
block ( stdClass $block ) : void Output a CSS block
indentStr ( integer $n ) : string Indent a string by $n positions
property ( string $name, string $value ) : string Return the code for a property

보호된 메소드들

메소드 설명
isEmpty ( stdClass $block ) : boolean Is a block empty?

메소드 상세

__construct() 공개 메소드

Public constructor
public __construct ( )

block() 공개 메소드

Output a CSS block
public block ( stdClass $block ) : void
$block stdClass The block definition to output
리턴 void

indentStr() 공개 메소드

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

isEmpty() 보호된 메소드

Is a block empty?
protected isEmpty ( stdClass $block ) : boolean
$block stdClass The block to check
리턴 boolean True if the block has no lines or children

property() 공개 메소드

Return the code for a property
public property ( string $name, string $value ) : string
$name string The name of the porperty
$value string The value of the porperty
리턴 string The CSS code

프로퍼티 상세

$assignSeparator 공개적으로 프로퍼티

public $assignSeparator

$break 공개적으로 프로퍼티

public $break

$breakSelectors 공개적으로 프로퍼티

public $breakSelectors

$close 공개적으로 프로퍼티

public $close

$closeSingle 공개적으로 프로퍼티

public $closeSingle

$compressColors 공개적으로 프로퍼티

public $compressColors

$disableSingle 공개적으로 프로퍼티

public $disableSingle

$indentChar 공개적으로 프로퍼티

public $indentChar

$open 공개적으로 프로퍼티

public $open

$openSingle 공개적으로 프로퍼티

public $openSingle

$selectorSeparator 공개적으로 프로퍼티

public $selectorSeparator