Pinq\Tests\Integration\Providers\DSL\Implementation\English\QueryCompilation::__construct PHP Method

__construct() public method

public __construct ( $english = '' )
    public function __construct($english = '')
    {
        parent::__construct(new Parameters\ParameterCollection());
        $this->english = $english;
    }