PHP 클래스 Assetic\Filter\CompassFilter

저자: Maxime Thirouin ([email protected])
상속: extends Assetic\Filter\BaseProcessFilter, implements Assetic\Filter\DependencyExtractorInterface
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $compassPath = '/usr/bin/compass' )
addLoadPath ( $loadPath )
addPlugin ( $plugin )
filterDump ( Assetic\Asset\AssetInterface $asset )
filterLoad ( Assetic\Asset\AssetInterface $asset )
setCacheLocation ( $cacheLocation )
setDebugInfo ( $debugInfo )
setForce ( $force ) compass options setters
setHttpImagesPath ( $httpImagesPath )
setHttpJavascriptsPath ( $httpJavascriptsPath )
setHttpPath ( $httpPath )
setImagesDir ( $imagesDir )
setJavascriptsDir ( $javascriptsDir )
setNoCache ( $noCache )
setNoLineComments ( $noLineComments )
setPlugins ( array $plugins ) compass configuration file options setters
setQuiet ( $quiet )
setScss ( $scss )
setStyle ( $style )
setUnixNewlines ( $unixNewlines ) sass options setters

비공개 메소드들

메소드 설명
formatArrayToRuby ( $array )

메소드 상세

__construct() 공개 메소드

public __construct ( $compassPath = '/usr/bin/compass' )

addLoadPath() 공개 메소드

public addLoadPath ( $loadPath )

addPlugin() 공개 메소드

public addPlugin ( $plugin )

filterDump() 공개 메소드

public filterDump ( Assetic\Asset\AssetInterface $asset )
$asset Assetic\Asset\AssetInterface

filterLoad() 공개 메소드

public filterLoad ( Assetic\Asset\AssetInterface $asset )
$asset Assetic\Asset\AssetInterface

setCacheLocation() 공개 메소드

public setCacheLocation ( $cacheLocation )

setDebugInfo() 공개 메소드

public setDebugInfo ( $debugInfo )

setForce() 공개 메소드

compass options setters
public setForce ( $force )

setHttpImagesPath() 공개 메소드

public setHttpImagesPath ( $httpImagesPath )

setHttpJavascriptsPath() 공개 메소드

public setHttpJavascriptsPath ( $httpJavascriptsPath )

setHttpPath() 공개 메소드

public setHttpPath ( $httpPath )

setImagesDir() 공개 메소드

public setImagesDir ( $imagesDir )

setJavascriptsDir() 공개 메소드

public setJavascriptsDir ( $javascriptsDir )

setNoCache() 공개 메소드

public setNoCache ( $noCache )

setNoLineComments() 공개 메소드

public setNoLineComments ( $noLineComments )

setPlugins() 공개 메소드

compass configuration file options setters
public setPlugins ( array $plugins )
$plugins array

setQuiet() 공개 메소드

public setQuiet ( $quiet )

setScss() 공개 메소드

public setScss ( $scss )

setStyle() 공개 메소드

public setStyle ( $style )

setUnixNewlines() 공개 메소드

sass options setters
public setUnixNewlines ( $unixNewlines )