PHPDaemon\Examples\ExampleWithPostgreSQL::init PHP 메소드

init() 공개 메소드

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