Behat\Behat\Transformation\Transformation\RowBasedTableTransformation::__construct PHP Method

__construct() public method

Initializes transformation.
public __construct ( string $pattern, callable $callable, null | string $description = null )
$pattern string
$callable callable
$description null | string
    public function __construct($pattern, $callable, $description = null)
    {
        $this->pattern = $pattern;
        parent::__construct($callable, $description);
    }