PHP Класс Transphporm\Parser\Sheet

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( $tss, &$baseDir, Transphporm\Parser\CssToXpath $xPath, Value $valueParser, TSSCache $cache, FilePath $filePath )
parse ( $indexStart )

Приватные методы

Метод Описание
CssToRules ( $selector, $index, $properties, $line )
addRules ( $token, $indexStart, $line )
checkError ( $rules )
getProperties ( $tokens )
import ( $args, $indexStart )
parseTokens ( $indexStart )
processingInstructions ( $token, $indexStart )
sortRules ( $a, $b )
stripComments ( $str, $open, $close )
writeRule ( $rules, $newRules )

Описание методов

__construct() публичный Метод

public __construct ( $tss, &$baseDir, Transphporm\Parser\CssToXpath $xPath, Value $valueParser, TSSCache $cache, FilePath $filePath )
$xPath Transphporm\Parser\CssToXpath
$valueParser Value
$cache Transphporm\TSSCache
$filePath Transphporm\FilePath

parse() публичный Метод

public parse ( $indexStart )