Pheasant\Database\ConnectionManager::clear PHP Method

clear() public method

Clears connections
public clear ( )
    public function clear()
    {
        unset($this->_connections);
        return $this;
    }