Phergie_Connection_Handler::__construct PHP Method

__construct() public method

Constructor to initialize storage for connections.
public __construct ( ) : void
return void
    public function __construct()
    {
        $this->connections = array();
    }