Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PostgresDoc96.php « help « src - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8b30f860ed0716c8bca4a2d64a392aa86bc5b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

/**
 * PHPPgAdmin 6.1.2
 */

namespace PHPPgAdmin\Help;

/**
 * Help links for PostgreSQL 9.6 documentation.
 *
 * @SuppressWarnings(PHPMD)
 */
class PostgresDoc96 extends PostgresDoc95
{
    public function __construct($conf, $major_version)
    {
        parent::__construct($conf, $major_version);
    }
}