PHP Class Transphporm\Config

Afficher le fichier Open project: level-2/transphporm Class Usage Examples

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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 méthode

public createPseudoMatcher ( $pseudo )

getCssToXpath() public méthode

public getCssToXpath ( )

getElementData() public méthode

public getElementData ( )

getFilePath() public méthode

public getFilePath ( )

getFormatter() public méthode

public getFormatter ( )

getFunctionSet() public méthode

public getFunctionSet ( )

getHeaders() public méthode

public getHeaders ( )

getLine() public méthode

public getLine ( )

getValueParser() public méthode

public getValueParser ( )

loadProperties() public méthode

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

registerFormatter() public méthode

public registerFormatter ( $formatter )

registerProperty() public méthode

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

registerPseudo() public méthode

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