PHPDaemon\Examples\ExampleWithPostgreSQL::init PHP Method

init() public method

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