PMA\libraries\gis\GISVisualization::_handleOptions PHP Method

_handleOptions() private method

A function which handles passed parameters. Useful if desired chart needs to be a little bit different from the default one.
private _handleOptions ( ) : void
return void
    private function _handleOptions()
    {
        if (!is_null($this->_userSpecifiedSettings)) {
            $this->_settings = array_merge($this->_settings, $this->_userSpecifiedSettings);
        }
    }