Pinq\Tests\Integration\Providers\DSL\Implementation\English\CompiledQuery::__construct PHP Метод

__construct() публичный Метод

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