PHP Interface Behat\Behat\Context\Snippet\Generator\PatternIdentifier

Author: Konstantin Kudryashov ([email protected])
Datei anzeigen Open project: behat/behat Interface Usage Examples

Public Methods

Method Description
guessPatternType ( string $contextClass ) : null | string Attempts to guess the target pattern type from the context.

Method Details

guessPatternType() public method

Attempts to guess the target pattern type from the context.
public guessPatternType ( string $contextClass ) : null | string
$contextClass string
return null | string