PHPDaemon\Examples\ExampleWithPostgreSQL::init PHP Méthode

init() public méthode

Constructor.
public init ( ) : void
Résultat void
    public function init()
    {
        $this->pgsql = \PHPDaemon\Clients\PostgreSQL\Pool::getInstance();
    }
ExampleWithPostgreSQL