getData('config'); //process urlTypes if (isset($config['urlTypes'])) { $links = $config['urlTypes']->getConfig(); $config['urlTypes'] = $links; } $this->setData('config', (array)$config); parent::prepare(); } }