PHPStreamsProxy proxy = (PHPStreamsProxy) process.getStreamsProxy();
if (process instanceof PHPProcess) {
fProcess = (PHPProcess) process;
fProcess.setConsole(fConsole);
fPHPHyperLink = new PHPHyperLink();
fProcess.setPHPHyperLink(fPHPHyperLink);
} else {
return;
}