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

__construct() public method

Initialises identifier.
public __construct ( array $identifiers )
$identifiers array
    public function __construct(array $identifiers)
    {
        $this->identifiers = $identifiers;
    }
AggregatePatternIdentifier