private function setPort(array $config) { $config['port'] = isset($config['port']) ? $config['port'] : '1521'; return $config; }