PHP 클래스 Transphporm\Config

파일 보기 프로젝트 열기: level-2/transphporm 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Functionset $functionSet, Value $valueParser, Transphporm\Hook\ElementData $elementData, Transphporm\Hook\Formatter $formatter, Transphporm\Parser\CssToXpath $xPath, FilePath $filePath, &$headers )
createPseudoMatcher ( $pseudo )
getCssToXpath ( )
getElementData ( )
getFilePath ( )
getFormatter ( )
getFunctionSet ( )
getHeaders ( )
getLine ( )
getValueParser ( )
loadProperties ( Transphporm\Hook\PropertyHook $hook )
registerFormatter ( $formatter )
registerProperty ( $name, transphporm\Property $property )
registerPseudo ( transphporm\Pseudo $pseudo )

메소드 상세

__construct() 공개 메소드

public __construct ( Functionset $functionSet, Value $valueParser, Transphporm\Hook\ElementData $elementData, Transphporm\Hook\Formatter $formatter, Transphporm\Parser\CssToXpath $xPath, FilePath $filePath, &$headers )
$functionSet Functionset
$valueParser Transphporm\Parser\Value
$elementData Transphporm\Hook\ElementData
$formatter Transphporm\Hook\Formatter
$xPath Transphporm\Parser\CssToXpath
$filePath FilePath

createPseudoMatcher() 공개 메소드

public createPseudoMatcher ( $pseudo )

getCssToXpath() 공개 메소드

public getCssToXpath ( )

getElementData() 공개 메소드

public getElementData ( )

getFilePath() 공개 메소드

public getFilePath ( )

getFormatter() 공개 메소드

public getFormatter ( )

getFunctionSet() 공개 메소드

public getFunctionSet ( )

getHeaders() 공개 메소드

public getHeaders ( )

getLine() 공개 메소드

public getLine ( )

getValueParser() 공개 메소드

public getValueParser ( )

loadProperties() 공개 메소드

public loadProperties ( Transphporm\Hook\PropertyHook $hook )
$hook Transphporm\Hook\PropertyHook

registerFormatter() 공개 메소드

public registerFormatter ( $formatter )

registerProperty() 공개 메소드

public registerProperty ( $name, transphporm\Property $property )
$property transphporm\Property

registerPseudo() 공개 메소드

public registerPseudo ( transphporm\Pseudo $pseudo )
$pseudo transphporm\Pseudo