Pheasant\Database\Mysqli\SequencePool::close PHP Method

close() public method

Closes a connection
public close ( )
    public function close()
    {
        $this->_connection->close();
        return $this;
    }