PHP Class Coduo\PHPMatcher\Factory\SimpleFactory

Inheritance: implements Coduo\PHPMatcher\Factory
Show file Open project: coduo/php-matcher Class Usage Examples

Public Methods

Method Description
createMatcher ( ) : Coduo\PHPMatcher\Matcher

Protected Methods

Method Description
buildMatchers ( ) : Coduo\PHPMatcher\Matcher\ChainMatcher
buildOrMatcher ( ) : Coduo\PHPMatcher\Matcher\ChainMatcher
buildParser ( ) : Coduo\PHPMatcher\Parser
buildScalarMatchers ( ) : Coduo\PHPMatcher\Matcher\ChainMatcher

Method Details

buildMatchers() protected method

protected buildMatchers ( ) : Coduo\PHPMatcher\Matcher\ChainMatcher
return Coduo\PHPMatcher\Matcher\ChainMatcher

buildOrMatcher() protected method

protected buildOrMatcher ( ) : Coduo\PHPMatcher\Matcher\ChainMatcher
return Coduo\PHPMatcher\Matcher\ChainMatcher

buildParser() protected method

protected buildParser ( ) : Coduo\PHPMatcher\Parser
return Coduo\PHPMatcher\Parser

buildScalarMatchers() protected method

protected buildScalarMatchers ( ) : Coduo\PHPMatcher\Matcher\ChainMatcher
return Coduo\PHPMatcher\Matcher\ChainMatcher

createMatcher() public method

public createMatcher ( ) : Coduo\PHPMatcher\Matcher
return Coduo\PHPMatcher\Matcher