if (goal.getContext() instanceof ISourceModuleContext) {
Service findService = SymfonyModelAccess.getDefault().findService(goal.getServiceId(),((ISourceModuleContext)goal.getContext()).getSourceModule().getScriptProject().getPath());
if (findService != null)
result = new PHPClassType(findService.getFullyQualifiedName());
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.