Behat\Behat\Context\Snippet\Generator\FixedPatternIdentifier::__construct PHP Method

__construct() public method

Initialises identifier.
public __construct ( string $patternType )
$patternType string
    public function __construct($patternType)
    {
        $this->patternType = $patternType;
    }
FixedPatternIdentifier