PHP 클래스 Compass

상속: implements ExtensionInterface
파일 보기 프로젝트 열기: richthegeek/phpsass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$filePaths
$filesFolder
$functions array List with alias functions in Compass

공개 메소드들

메소드 설명
compassAppendSelector ( $initial, $new )
compassBlank ( $object )
compassCommaList ( )
compassCompact ( )
compassCompassList ( )
compassCompassListSize ( )
compassCompassListSlice ( $list, $start, $end )
compassCompassNth ( )
compassCompassSpaceList ( )
compassCos ( $number )
compassCss2 ( $input )
compassFirstValueOf ( )
compassFontUrl ( $path, $only_path = false )
compassHeaders ( $from = false, $to = false )
compassImageHeight ( $file )
compassImageInfo ( $file )
compassImageUrl ( $path, $only_path = false )
compassImageWidth ( $file )
compassInlineFontFiles ( $file )
compassInlineImage ( $file, $mime = null )
compassList ( $list, $seperator = ',' )
compassMoz ( $input )
compassMs ( $input )
compassNest ( ) http://compass-style.org/reference/compass/helpers/selectors/#nest
compassO ( $input )
compassOppositePosition ( $from )
compassOwg ( $input )
compassPi ( )
compassPie ( $input )
compassPrefix ( $vendor, $input )
compassPrefixed ( $prefix, $list )
compassPrefixedForTransition ( $prefix, $list )
compassResolvePath ( $file ) Resolves requires to the compass namespace (eg namespace/css3/border-radius)
compassSin ( $number )
compassStylesheetUrl ( $path, $only_path = false ) # not sure what should happen with these
compassSvg ( $input )
compassTan ( $number )
compassUrl ( $path, $only_path = false, $web_path = true )
compassWebkit ( $input )
getFilesArray ( $root ) : array Returns an array with all files in $root path recursively and assign each array Key with clean alias
getFunctions ( $namespace )
resolveExtensionPath ( $callerImport, $parser, $syntax = 'scss' ) Implementation of hook_resolve_path_NAMESPACE().

메소드 상세

compassAppendSelector() 공개 정적인 메소드

public static compassAppendSelector ( $initial, $new )

compassBlank() 공개 정적인 메소드

public static compassBlank ( $object )

compassCommaList() 공개 정적인 메소드

public static compassCommaList ( )

compassCompact() 공개 정적인 메소드

public static compassCompact ( )

compassCompassList() 공개 정적인 메소드

public static compassCompassList ( )

compassCompassListSize() 공개 정적인 메소드

public static compassCompassListSize ( )

compassCompassListSlice() 공개 정적인 메소드

public static compassCompassListSlice ( $list, $start, $end )

compassCompassNth() 공개 정적인 메소드

public static compassCompassNth ( )

compassCompassSpaceList() 공개 정적인 메소드

public static compassCompassSpaceList ( )

compassCos() 공개 정적인 메소드

public static compassCos ( $number )

compassCss2() 공개 정적인 메소드

public static compassCss2 ( $input )

compassFirstValueOf() 공개 정적인 메소드

public static compassFirstValueOf ( )

compassFontUrl() 공개 정적인 메소드

public static compassFontUrl ( $path, $only_path = false )

compassHeaders() 공개 정적인 메소드

public static compassHeaders ( $from = false, $to = false )

compassImageHeight() 공개 정적인 메소드

public static compassImageHeight ( $file )

compassImageInfo() 공개 정적인 메소드

public static compassImageInfo ( $file )

compassImageUrl() 공개 정적인 메소드

public static compassImageUrl ( $path, $only_path = false )

compassImageWidth() 공개 정적인 메소드

public static compassImageWidth ( $file )

compassInlineFontFiles() 공개 정적인 메소드

public static compassInlineFontFiles ( $file )

compassInlineImage() 공개 정적인 메소드

public static compassInlineImage ( $file, $mime = null )

compassList() 공개 정적인 메소드

public static compassList ( $list, $seperator = ',' )

compassMoz() 공개 정적인 메소드

public static compassMoz ( $input )

compassMs() 공개 정적인 메소드

public static compassMs ( $input )

compassNest() 공개 정적인 메소드

http://compass-style.org/reference/compass/helpers/selectors/#nest
public static compassNest ( )

compassO() 공개 정적인 메소드

public static compassO ( $input )

compassOppositePosition() 공개 정적인 메소드

public static compassOppositePosition ( $from )

compassOwg() 공개 정적인 메소드

public static compassOwg ( $input )

compassPi() 공개 정적인 메소드

public static compassPi ( )

compassPie() 공개 정적인 메소드

public static compassPie ( $input )

compassPrefix() 공개 정적인 메소드

public static compassPrefix ( $vendor, $input )

compassPrefixed() 공개 정적인 메소드

public static compassPrefixed ( $prefix, $list )

compassPrefixedForTransition() 공개 정적인 메소드

public static compassPrefixedForTransition ( $prefix, $list )

compassResolvePath() 공개 정적인 메소드

Resolves requires to the compass namespace (eg namespace/css3/border-radius)
public static compassResolvePath ( $file )

compassSin() 공개 정적인 메소드

public static compassSin ( $number )

compassStylesheetUrl() 공개 정적인 메소드

# not sure what should happen with these
public static compassStylesheetUrl ( $path, $only_path = false )

compassSvg() 공개 정적인 메소드

public static compassSvg ( $input )

compassTan() 공개 정적인 메소드

public static compassTan ( $number )

compassUrl() 공개 정적인 메소드

public static compassUrl ( $path, $only_path = false, $web_path = true )

compassWebkit() 공개 정적인 메소드

public static compassWebkit ( $input )

getFilesArray() 공개 정적인 메소드

Returns an array with all files in $root path recursively and assign each array Key with clean alias
public static getFilesArray ( $root ) : array
$root
리턴 array

getFunctions() 공개 정적인 메소드

public static getFunctions ( $namespace )

resolveExtensionPath() 공개 정적인 메소드

Implementation of hook_resolve_path_NAMESPACE().
public static resolveExtensionPath ( $callerImport, $parser, $syntax = 'scss' )

프로퍼티 상세

$filePaths 공개적으로 정적으로 프로퍼티

public static $filePaths

$filesFolder 공개적으로 정적으로 프로퍼티

public static $filesFolder

$functions 공개적으로 정적으로 프로퍼티

List with alias functions in Compass
public static array $functions
리턴 array